Documentation ¶
Index ¶
- type DataArgs
- type DataPoolAddressRangesAttributes
- func (par DataPoolAddressRangesAttributes) AddressCount() terra.NumberValue
- func (par DataPoolAddressRangesAttributes) AvailableAddressCount() terra.NumberValue
- func (par DataPoolAddressRangesAttributes) FirstAddress() terra.StringValue
- func (par DataPoolAddressRangesAttributes) InternalRef() (terra.Reference, error)
- func (par DataPoolAddressRangesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (par DataPoolAddressRangesAttributes) InternalWithRef(ref terra.Reference) DataPoolAddressRangesAttributes
- func (par DataPoolAddressRangesAttributes) LastAddress() terra.StringValue
- type DataPoolAddressRangesState
- 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"` // PoolId: string, required PoolId terra.StringValue `hcl:"pool_id,attr" validate:"required"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` }
DataArgs contains the configurations for aws_ec2_public_ipv4_pool.
type DataPoolAddressRangesAttributes ¶
type DataPoolAddressRangesAttributes struct {
// contains filtered or unexported fields
}
func (DataPoolAddressRangesAttributes) AddressCount ¶
func (par DataPoolAddressRangesAttributes) AddressCount() terra.NumberValue
func (DataPoolAddressRangesAttributes) AvailableAddressCount ¶
func (par DataPoolAddressRangesAttributes) AvailableAddressCount() terra.NumberValue
func (DataPoolAddressRangesAttributes) FirstAddress ¶
func (par DataPoolAddressRangesAttributes) FirstAddress() terra.StringValue
func (DataPoolAddressRangesAttributes) InternalRef ¶
func (par DataPoolAddressRangesAttributes) InternalRef() (terra.Reference, error)
func (DataPoolAddressRangesAttributes) InternalTokens ¶
func (par DataPoolAddressRangesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataPoolAddressRangesAttributes) InternalWithRef ¶
func (par DataPoolAddressRangesAttributes) InternalWithRef(ref terra.Reference) DataPoolAddressRangesAttributes
func (DataPoolAddressRangesAttributes) LastAddress ¶
func (par DataPoolAddressRangesAttributes) LastAddress() terra.StringValue
type DataSource ¶
DataSource represents the Terraform data resource aws_ec2_public_ipv4_pool.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (aepip *DataSource) Attributes() dataAwsEc2PublicIpv4PoolAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (aepip *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (aepip *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (aepip *DataSource) LocalName() string
LocalName returns the local name for DataSource.
Click to show internal directories.
Click to hide internal directories.