Documentation ¶
Index ¶
- type Args
- type Resource
- func (area *Resource) Attributes() awsRedshiftserverlessEndpointAccessAttributes
- func (area *Resource) Configuration() interface{}
- func (area *Resource) DependOn() terra.Reference
- func (area *Resource) Dependencies() terra.Dependencies
- func (area *Resource) ImportState(state io.Reader) error
- func (area *Resource) LifecycleManagement() *terra.Lifecycle
- func (area *Resource) LocalName() string
- func (area *Resource) State() (*awsRedshiftserverlessEndpointAccessState, bool)
- func (area *Resource) StateMust() *awsRedshiftserverlessEndpointAccessState
- func (area *Resource) Type() string
- type VpcEndpointAttributes
- func (ve VpcEndpointAttributes) InternalRef() (terra.Reference, error)
- func (ve VpcEndpointAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ve VpcEndpointAttributes) InternalWithRef(ref terra.Reference) VpcEndpointAttributes
- func (ve VpcEndpointAttributes) NetworkInterface() terra.ListValue[VpcEndpointNetworkInterfaceAttributes]
- func (ve VpcEndpointAttributes) VpcEndpointId() terra.StringValue
- func (ve VpcEndpointAttributes) VpcId() terra.StringValue
- type VpcEndpointNetworkInterfaceAttributes
- func (ni VpcEndpointNetworkInterfaceAttributes) AvailabilityZone() terra.StringValue
- func (ni VpcEndpointNetworkInterfaceAttributes) InternalRef() (terra.Reference, error)
- func (ni VpcEndpointNetworkInterfaceAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ni VpcEndpointNetworkInterfaceAttributes) InternalWithRef(ref terra.Reference) VpcEndpointNetworkInterfaceAttributes
- func (ni VpcEndpointNetworkInterfaceAttributes) NetworkInterfaceId() terra.StringValue
- func (ni VpcEndpointNetworkInterfaceAttributes) PrivateIpAddress() terra.StringValue
- func (ni VpcEndpointNetworkInterfaceAttributes) SubnetId() terra.StringValue
- type VpcEndpointNetworkInterfaceState
- type VpcEndpointState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // EndpointName: string, required EndpointName terra.StringValue `hcl:"endpoint_name,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // SubnetIds: set of string, required SubnetIds terra.SetValue[terra.StringValue] `hcl:"subnet_ids,attr" validate:"required"` // VpcSecurityGroupIds: set of string, optional VpcSecurityGroupIds terra.SetValue[terra.StringValue] `hcl:"vpc_security_group_ids,attr"` // WorkgroupName: string, required WorkgroupName terra.StringValue `hcl:"workgroup_name,attr" validate:"required"` }
Args contains the configurations for aws_redshiftserverless_endpoint_access.
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_redshiftserverless_endpoint_access.
func (*Resource) Attributes ¶
func (area *Resource) Attributes() awsRedshiftserverlessEndpointAccessAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (area *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (area *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 VpcEndpointAttributes ¶
type VpcEndpointAttributes struct {
// contains filtered or unexported fields
}
func (VpcEndpointAttributes) InternalRef ¶
func (ve VpcEndpointAttributes) InternalRef() (terra.Reference, error)
func (VpcEndpointAttributes) InternalTokens ¶
func (ve VpcEndpointAttributes) InternalTokens() (hclwrite.Tokens, error)
func (VpcEndpointAttributes) InternalWithRef ¶
func (ve VpcEndpointAttributes) InternalWithRef(ref terra.Reference) VpcEndpointAttributes
func (VpcEndpointAttributes) NetworkInterface ¶
func (ve VpcEndpointAttributes) NetworkInterface() terra.ListValue[VpcEndpointNetworkInterfaceAttributes]
func (VpcEndpointAttributes) VpcEndpointId ¶
func (ve VpcEndpointAttributes) VpcEndpointId() terra.StringValue
func (VpcEndpointAttributes) VpcId ¶
func (ve VpcEndpointAttributes) VpcId() terra.StringValue
type VpcEndpointNetworkInterfaceAttributes ¶
type VpcEndpointNetworkInterfaceAttributes struct {
// contains filtered or unexported fields
}
func (VpcEndpointNetworkInterfaceAttributes) AvailabilityZone ¶
func (ni VpcEndpointNetworkInterfaceAttributes) AvailabilityZone() terra.StringValue
func (VpcEndpointNetworkInterfaceAttributes) InternalRef ¶
func (ni VpcEndpointNetworkInterfaceAttributes) InternalRef() (terra.Reference, error)
func (VpcEndpointNetworkInterfaceAttributes) InternalTokens ¶
func (ni VpcEndpointNetworkInterfaceAttributes) InternalTokens() (hclwrite.Tokens, error)
func (VpcEndpointNetworkInterfaceAttributes) InternalWithRef ¶
func (ni VpcEndpointNetworkInterfaceAttributes) InternalWithRef(ref terra.Reference) VpcEndpointNetworkInterfaceAttributes
func (VpcEndpointNetworkInterfaceAttributes) NetworkInterfaceId ¶
func (ni VpcEndpointNetworkInterfaceAttributes) NetworkInterfaceId() terra.StringValue
func (VpcEndpointNetworkInterfaceAttributes) PrivateIpAddress ¶
func (ni VpcEndpointNetworkInterfaceAttributes) PrivateIpAddress() terra.StringValue
func (VpcEndpointNetworkInterfaceAttributes) SubnetId ¶
func (ni VpcEndpointNetworkInterfaceAttributes) SubnetId() terra.StringValue
type VpcEndpointState ¶
type VpcEndpointState struct { VpcEndpointId string `json:"vpc_endpoint_id"` VpcId string `json:"vpc_id"` NetworkInterface []VpcEndpointNetworkInterfaceState `json:"network_interface"` }
Click to show internal directories.
Click to hide internal directories.