aws_vpc_ipam_pools

package
v5.45.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

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 (DataFilterAttributes) Name

func (DataFilterAttributes) Values

type DataFilterState

type DataFilterState struct {
	Name   string   `json:"name"`
	Values []string `json:"values"`
}

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 (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 (DataIpamPoolsAttributes) InternalRef

func (ip DataIpamPoolsAttributes) InternalRef() (terra.Reference, error)

func (DataIpamPoolsAttributes) InternalTokens

func (ip DataIpamPoolsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataIpamPoolsAttributes) InternalWithRef

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 (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 (DataIpamPoolsAttributes) Tags

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

type DataSource struct {
	Name string
	Args DataArgs
}

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL