Documentation ¶
Index ¶
- type AccountAggregationSource
- type AccountAggregationSourceAttributes
- func (aas AccountAggregationSourceAttributes) AccountIds() terra.ListValue[terra.StringValue]
- func (aas AccountAggregationSourceAttributes) AllRegions() terra.BoolValue
- func (aas AccountAggregationSourceAttributes) InternalRef() (terra.Reference, error)
- func (aas AccountAggregationSourceAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (aas AccountAggregationSourceAttributes) InternalWithRef(ref terra.Reference) AccountAggregationSourceAttributes
- func (aas AccountAggregationSourceAttributes) Regions() terra.ListValue[terra.StringValue]
- type AccountAggregationSourceState
- type Args
- type OrganizationAggregationSource
- type OrganizationAggregationSourceAttributes
- func (oas OrganizationAggregationSourceAttributes) AllRegions() terra.BoolValue
- func (oas OrganizationAggregationSourceAttributes) InternalRef() (terra.Reference, error)
- func (oas OrganizationAggregationSourceAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (oas OrganizationAggregationSourceAttributes) InternalWithRef(ref terra.Reference) OrganizationAggregationSourceAttributes
- func (oas OrganizationAggregationSourceAttributes) Regions() terra.ListValue[terra.StringValue]
- func (oas OrganizationAggregationSourceAttributes) RoleArn() terra.StringValue
- type OrganizationAggregationSourceState
- type Resource
- func (acca *Resource) Attributes() awsConfigConfigurationAggregatorAttributes
- func (acca *Resource) Configuration() interface{}
- func (acca *Resource) DependOn() terra.Reference
- func (acca *Resource) Dependencies() terra.Dependencies
- func (acca *Resource) ImportState(state io.Reader) error
- func (acca *Resource) LifecycleManagement() *terra.Lifecycle
- func (acca *Resource) LocalName() string
- func (acca *Resource) State() (*awsConfigConfigurationAggregatorState, bool)
- func (acca *Resource) StateMust() *awsConfigConfigurationAggregatorState
- func (acca *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountAggregationSource ¶
type AccountAggregationSource struct { // AccountIds: list of string, required AccountIds terra.ListValue[terra.StringValue] `hcl:"account_ids,attr" validate:"required"` // AllRegions: bool, optional AllRegions terra.BoolValue `hcl:"all_regions,attr"` // Regions: list of string, optional Regions terra.ListValue[terra.StringValue] `hcl:"regions,attr"` }
type AccountAggregationSourceAttributes ¶
type AccountAggregationSourceAttributes struct {
// contains filtered or unexported fields
}
func (AccountAggregationSourceAttributes) AccountIds ¶
func (aas AccountAggregationSourceAttributes) AccountIds() terra.ListValue[terra.StringValue]
func (AccountAggregationSourceAttributes) AllRegions ¶
func (aas AccountAggregationSourceAttributes) AllRegions() terra.BoolValue
func (AccountAggregationSourceAttributes) InternalRef ¶
func (aas AccountAggregationSourceAttributes) InternalRef() (terra.Reference, error)
func (AccountAggregationSourceAttributes) InternalTokens ¶
func (aas AccountAggregationSourceAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AccountAggregationSourceAttributes) InternalWithRef ¶
func (aas AccountAggregationSourceAttributes) InternalWithRef(ref terra.Reference) AccountAggregationSourceAttributes
func (AccountAggregationSourceAttributes) Regions ¶
func (aas AccountAggregationSourceAttributes) Regions() terra.ListValue[terra.StringValue]
type Args ¶
type Args struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // TagsAll: map of string, optional TagsAll terra.MapValue[terra.StringValue] `hcl:"tags_all,attr"` // AccountAggregationSource: optional AccountAggregationSource *AccountAggregationSource `hcl:"account_aggregation_source,block"` // OrganizationAggregationSource: optional OrganizationAggregationSource *OrganizationAggregationSource `hcl:"organization_aggregation_source,block"` }
Args contains the configurations for aws_config_configuration_aggregator.
type OrganizationAggregationSource ¶
type OrganizationAggregationSource struct { // AllRegions: bool, optional AllRegions terra.BoolValue `hcl:"all_regions,attr"` // Regions: list of string, optional Regions terra.ListValue[terra.StringValue] `hcl:"regions,attr"` // RoleArn: string, required RoleArn terra.StringValue `hcl:"role_arn,attr" validate:"required"` }
type OrganizationAggregationSourceAttributes ¶
type OrganizationAggregationSourceAttributes struct {
// contains filtered or unexported fields
}
func (OrganizationAggregationSourceAttributes) AllRegions ¶
func (oas OrganizationAggregationSourceAttributes) AllRegions() terra.BoolValue
func (OrganizationAggregationSourceAttributes) InternalRef ¶
func (oas OrganizationAggregationSourceAttributes) InternalRef() (terra.Reference, error)
func (OrganizationAggregationSourceAttributes) InternalTokens ¶
func (oas OrganizationAggregationSourceAttributes) InternalTokens() (hclwrite.Tokens, error)
func (OrganizationAggregationSourceAttributes) InternalWithRef ¶
func (oas OrganizationAggregationSourceAttributes) InternalWithRef(ref terra.Reference) OrganizationAggregationSourceAttributes
func (OrganizationAggregationSourceAttributes) Regions ¶
func (oas OrganizationAggregationSourceAttributes) Regions() terra.ListValue[terra.StringValue]
func (OrganizationAggregationSourceAttributes) RoleArn ¶
func (oas OrganizationAggregationSourceAttributes) RoleArn() terra.StringValue
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource aws_config_configuration_aggregator.
func (*Resource) Attributes ¶
func (acca *Resource) Attributes() awsConfigConfigurationAggregatorAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (acca *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (acca *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
Click to show internal directories.
Click to hide internal directories.