Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type Args struct + Id terra.StringValue + Name terra.StringValue + NamePrefix terra.StringValue + TargetKeyId terra.StringValue + type DataArgs struct + Id terra.StringValue + Name terra.StringValue + type DataSource struct + Args DataArgs + Name string + func Data(name string, args DataArgs) *DataSource + func (aka *DataSource) Attributes() dataAwsKmsAliasAttributes + func (aka *DataSource) Configuration() interface{} + func (aka *DataSource) DataSource() string + func (aka *DataSource) LocalName() string + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (aka *Resource) Attributes() awsKmsAliasAttributes + func (aka *Resource) Configuration() interface{} + func (aka *Resource) DependOn() terra.Reference + func (aka *Resource) Dependencies() terra.Dependencies + func (aka *Resource) ImportState(state io.Reader) error + func (aka *Resource) LifecycleManagement() *terra.Lifecycle + func (aka *Resource) LocalName() string + func (aka *Resource) State() (*awsKmsAliasState, bool) + func (aka *Resource) StateMust() *awsKmsAliasState + func (aka *Resource) Type() string