Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type Args struct + ApplicationId terra.StringValue + Description terra.StringValue + Id terra.StringValue + LocationUri terra.StringValue + Name terra.StringValue + RetrievalRoleArn terra.StringValue + Tags terra.MapValue[terra.StringValue] + TagsAll terra.MapValue[terra.StringValue] + Type terra.StringValue + Validator []Validator + type DataArgs struct + ApplicationId terra.StringValue + ConfigurationProfileId terra.StringValue + Id terra.StringValue + Tags terra.MapValue[terra.StringValue] + type DataSource struct + Args DataArgs + Name string + func Data(name string, args DataArgs) *DataSource + func (aacp *DataSource) Attributes() dataAwsAppconfigConfigurationProfileAttributes + func (aacp *DataSource) Configuration() interface{} + func (aacp *DataSource) DataSource() string + func (aacp *DataSource) LocalName() string + type DataValidatorAttributes struct + func (v DataValidatorAttributes) Content() terra.StringValue + func (v DataValidatorAttributes) InternalRef() (terra.Reference, error) + func (v DataValidatorAttributes) InternalTokens() (hclwrite.Tokens, error) + func (v DataValidatorAttributes) InternalWithRef(ref terra.Reference) DataValidatorAttributes + func (v DataValidatorAttributes) Type() terra.StringValue + type DataValidatorState struct + Content string + Type string + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (aacp *Resource) Attributes() awsAppconfigConfigurationProfileAttributes + func (aacp *Resource) Configuration() interface{} + func (aacp *Resource) DependOn() terra.Reference + func (aacp *Resource) Dependencies() terra.Dependencies + func (aacp *Resource) ImportState(state io.Reader) error + func (aacp *Resource) LifecycleManagement() *terra.Lifecycle + func (aacp *Resource) LocalName() string + func (aacp *Resource) State() (*awsAppconfigConfigurationProfileState, bool) + func (aacp *Resource) StateMust() *awsAppconfigConfigurationProfileState + func (aacp *Resource) Type() string + type Validator struct + Content terra.StringValue + Type terra.StringValue + type ValidatorAttributes struct + func (v ValidatorAttributes) Content() terra.StringValue + func (v ValidatorAttributes) InternalRef() (terra.Reference, error) + func (v ValidatorAttributes) InternalTokens() (hclwrite.Tokens, error) + func (v ValidatorAttributes) InternalWithRef(ref terra.Reference) ValidatorAttributes + func (v ValidatorAttributes) Type() terra.StringValue + type ValidatorState struct + Content string + Type string