Documentation ¶
Index ¶
- type DataArgs
- type DataFilter
- type DataFilterAttributes
- func (f DataFilterAttributes) InternalRef() (terra.Reference, error)
- func (f DataFilterAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (f DataFilterAttributes) InternalWithRef(ref terra.Reference) DataFilterAttributes
- func (f DataFilterAttributes) Name() terra.StringValue
- func (f DataFilterAttributes) Values() terra.ListValue[terra.StringValue]
- type DataFilterState
- type DataIpamPoolsAttributes
- func (ip DataIpamPoolsAttributes) AddressFamily() terra.StringValue
- func (ip DataIpamPoolsAttributes) AllocationDefaultNetmaskLength() terra.NumberValue
- func (ip DataIpamPoolsAttributes) AllocationMaxNetmaskLength() terra.NumberValue
- func (ip DataIpamPoolsAttributes) AllocationMinNetmaskLength() terra.NumberValue
- func (ip DataIpamPoolsAttributes) AllocationResourceTags() terra.MapValue[terra.StringValue]
- func (ip DataIpamPoolsAttributes) Arn() terra.StringValue
- func (ip DataIpamPoolsAttributes) AutoImport() terra.BoolValue
- func (ip DataIpamPoolsAttributes) AwsService() terra.StringValue
- func (ip DataIpamPoolsAttributes) Description() terra.StringValue
- func (ip DataIpamPoolsAttributes) Id() terra.StringValue
- func (ip DataIpamPoolsAttributes) InternalRef() (terra.Reference, error)
- func (ip DataIpamPoolsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ip DataIpamPoolsAttributes) InternalWithRef(ref terra.Reference) DataIpamPoolsAttributes
- func (ip DataIpamPoolsAttributes) IpamPoolId() terra.StringValue
- func (ip DataIpamPoolsAttributes) IpamScopeId() terra.StringValue
- func (ip DataIpamPoolsAttributes) IpamScopeType() terra.StringValue
- func (ip DataIpamPoolsAttributes) Locale() terra.StringValue
- func (ip DataIpamPoolsAttributes) PoolDepth() terra.NumberValue
- func (ip DataIpamPoolsAttributes) PubliclyAdvertisable() terra.BoolValue
- func (ip DataIpamPoolsAttributes) SourceIpamPoolId() terra.StringValue
- func (ip DataIpamPoolsAttributes) State() terra.StringValue
- func (ip DataIpamPoolsAttributes) Tags() terra.MapValue[terra.StringValue]
- type DataIpamPoolsState
- type DataSource
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataArgs ¶
type DataArgs struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Filter: min=0 Filter []DataFilter `hcl:"filter,block" validate:"min=0"` }
DataArgs contains the configurations for aws_vpc_ipam_pools.
type DataFilter ¶
type DataFilter struct { // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Values: list of string, required Values terra.ListValue[terra.StringValue] `hcl:"values,attr" validate:"required"` }
type DataFilterAttributes ¶
type DataFilterAttributes struct {
// contains filtered or unexported fields
}
func (DataFilterAttributes) InternalRef ¶
func (f DataFilterAttributes) InternalRef() (terra.Reference, error)
func (DataFilterAttributes) InternalTokens ¶
func (f DataFilterAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataFilterAttributes) InternalWithRef ¶
func (f DataFilterAttributes) InternalWithRef(ref terra.Reference) DataFilterAttributes
func (DataFilterAttributes) Name ¶
func (f DataFilterAttributes) Name() terra.StringValue
func (DataFilterAttributes) Values ¶
func (f DataFilterAttributes) Values() terra.ListValue[terra.StringValue]
type DataFilterState ¶
type DataIpamPoolsAttributes ¶
type DataIpamPoolsAttributes struct {
// contains filtered or unexported fields
}
func (DataIpamPoolsAttributes) AddressFamily ¶
func (ip DataIpamPoolsAttributes) AddressFamily() terra.StringValue
func (DataIpamPoolsAttributes) AllocationDefaultNetmaskLength ¶
func (ip DataIpamPoolsAttributes) AllocationDefaultNetmaskLength() terra.NumberValue
func (DataIpamPoolsAttributes) AllocationMaxNetmaskLength ¶
func (ip DataIpamPoolsAttributes) AllocationMaxNetmaskLength() terra.NumberValue
func (DataIpamPoolsAttributes) AllocationMinNetmaskLength ¶
func (ip DataIpamPoolsAttributes) AllocationMinNetmaskLength() terra.NumberValue
func (DataIpamPoolsAttributes) AllocationResourceTags ¶
func (ip DataIpamPoolsAttributes) AllocationResourceTags() terra.MapValue[terra.StringValue]
func (DataIpamPoolsAttributes) Arn ¶
func (ip DataIpamPoolsAttributes) Arn() terra.StringValue
func (DataIpamPoolsAttributes) AutoImport ¶
func (ip DataIpamPoolsAttributes) AutoImport() terra.BoolValue
func (DataIpamPoolsAttributes) AwsService ¶
func (ip DataIpamPoolsAttributes) AwsService() terra.StringValue
func (DataIpamPoolsAttributes) Description ¶
func (ip DataIpamPoolsAttributes) Description() terra.StringValue
func (DataIpamPoolsAttributes) Id ¶
func (ip DataIpamPoolsAttributes) Id() terra.StringValue
func (DataIpamPoolsAttributes) InternalRef ¶
func (ip DataIpamPoolsAttributes) InternalRef() (terra.Reference, error)
func (DataIpamPoolsAttributes) InternalTokens ¶
func (ip DataIpamPoolsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataIpamPoolsAttributes) InternalWithRef ¶
func (ip DataIpamPoolsAttributes) InternalWithRef(ref terra.Reference) DataIpamPoolsAttributes
func (DataIpamPoolsAttributes) IpamPoolId ¶
func (ip DataIpamPoolsAttributes) IpamPoolId() terra.StringValue
func (DataIpamPoolsAttributes) IpamScopeId ¶
func (ip DataIpamPoolsAttributes) IpamScopeId() terra.StringValue
func (DataIpamPoolsAttributes) IpamScopeType ¶
func (ip DataIpamPoolsAttributes) IpamScopeType() terra.StringValue
func (DataIpamPoolsAttributes) Locale ¶
func (ip DataIpamPoolsAttributes) Locale() terra.StringValue
func (DataIpamPoolsAttributes) PoolDepth ¶
func (ip DataIpamPoolsAttributes) PoolDepth() terra.NumberValue
func (DataIpamPoolsAttributes) PubliclyAdvertisable ¶
func (ip DataIpamPoolsAttributes) PubliclyAdvertisable() terra.BoolValue
func (DataIpamPoolsAttributes) SourceIpamPoolId ¶
func (ip DataIpamPoolsAttributes) SourceIpamPoolId() terra.StringValue
func (DataIpamPoolsAttributes) State ¶
func (ip DataIpamPoolsAttributes) State() terra.StringValue
func (DataIpamPoolsAttributes) Tags ¶
func (ip DataIpamPoolsAttributes) Tags() terra.MapValue[terra.StringValue]
type DataIpamPoolsState ¶
type DataIpamPoolsState struct { AddressFamily string `json:"address_family"` AllocationDefaultNetmaskLength float64 `json:"allocation_default_netmask_length"` AllocationMaxNetmaskLength float64 `json:"allocation_max_netmask_length"` AllocationMinNetmaskLength float64 `json:"allocation_min_netmask_length"` AllocationResourceTags map[string]string `json:"allocation_resource_tags"` Arn string `json:"arn"` AutoImport bool `json:"auto_import"` AwsService string `json:"aws_service"` Description string `json:"description"` Id string `json:"id"` IpamPoolId string `json:"ipam_pool_id"` IpamScopeId string `json:"ipam_scope_id"` IpamScopeType string `json:"ipam_scope_type"` Locale string `json:"locale"` PoolDepth float64 `json:"pool_depth"` PubliclyAdvertisable bool `json:"publicly_advertisable"` SourceIpamPoolId string `json:"source_ipam_pool_id"` State string `json:"state"` Tags map[string]string `json:"tags"` }
type DataSource ¶
DataSource represents the Terraform data resource aws_vpc_ipam_pools.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (avip *DataSource) Attributes() dataAwsVpcIpamPoolsAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (avip *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (avip *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (avip *DataSource) LocalName() string
LocalName returns the local name for DataSource.
Click to show internal directories.
Click to hide internal directories.