Documentation ¶
Index ¶
- type Args
- type CidrAuthorizationContext
- type CidrAuthorizationContextAttributes
- func (cac CidrAuthorizationContextAttributes) InternalRef() (terra.Reference, error)
- func (cac CidrAuthorizationContextAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cac CidrAuthorizationContextAttributes) InternalWithRef(ref terra.Reference) CidrAuthorizationContextAttributes
- func (cac CidrAuthorizationContextAttributes) Message() terra.StringValue
- func (cac CidrAuthorizationContextAttributes) Signature() terra.StringValue
- type CidrAuthorizationContextState
- type Resource
- func (avipc *Resource) Attributes() awsVpcIpamPoolCidrAttributes
- func (avipc *Resource) Configuration() interface{}
- func (avipc *Resource) DependOn() terra.Reference
- func (avipc *Resource) Dependencies() terra.Dependencies
- func (avipc *Resource) ImportState(state io.Reader) error
- func (avipc *Resource) LifecycleManagement() *terra.Lifecycle
- func (avipc *Resource) LocalName() string
- func (avipc *Resource) State() (*awsVpcIpamPoolCidrState, bool)
- func (avipc *Resource) StateMust() *awsVpcIpamPoolCidrState
- func (avipc *Resource) Type() string
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Cidr: string, optional Cidr terra.StringValue `hcl:"cidr,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // IpamPoolId: string, required IpamPoolId terra.StringValue `hcl:"ipam_pool_id,attr" validate:"required"` // NetmaskLength: number, optional NetmaskLength terra.NumberValue `hcl:"netmask_length,attr"` // CidrAuthorizationContext: optional CidrAuthorizationContext *CidrAuthorizationContext `hcl:"cidr_authorization_context,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for aws_vpc_ipam_pool_cidr.
type CidrAuthorizationContext ¶
type CidrAuthorizationContext struct { // Message: string, optional Message terra.StringValue `hcl:"message,attr"` // Signature: string, optional Signature terra.StringValue `hcl:"signature,attr"` }
type CidrAuthorizationContextAttributes ¶
type CidrAuthorizationContextAttributes struct {
// contains filtered or unexported fields
}
func (CidrAuthorizationContextAttributes) InternalRef ¶
func (cac CidrAuthorizationContextAttributes) InternalRef() (terra.Reference, error)
func (CidrAuthorizationContextAttributes) InternalTokens ¶
func (cac CidrAuthorizationContextAttributes) InternalTokens() (hclwrite.Tokens, error)
func (CidrAuthorizationContextAttributes) InternalWithRef ¶
func (cac CidrAuthorizationContextAttributes) InternalWithRef(ref terra.Reference) CidrAuthorizationContextAttributes
func (CidrAuthorizationContextAttributes) Message ¶
func (cac CidrAuthorizationContextAttributes) Message() terra.StringValue
func (CidrAuthorizationContextAttributes) Signature ¶
func (cac CidrAuthorizationContextAttributes) Signature() 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_vpc_ipam_pool_cidr.
func (*Resource) Attributes ¶
func (avipc *Resource) Attributes() awsVpcIpamPoolCidrAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (avipc *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (avipc *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.
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.