Documentation ¶
Index ¶
- type Args
- type Resource
- func (arce *Resource) Attributes() awsRdsClusterEndpointAttributes
- func (arce *Resource) Configuration() interface{}
- func (arce *Resource) DependOn() terra.Reference
- func (arce *Resource) Dependencies() terra.Dependencies
- func (arce *Resource) ImportState(state io.Reader) error
- func (arce *Resource) LifecycleManagement() *terra.Lifecycle
- func (arce *Resource) LocalName() string
- func (arce *Resource) State() (*awsRdsClusterEndpointState, bool)
- func (arce *Resource) StateMust() *awsRdsClusterEndpointState
- func (arce *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // ClusterEndpointIdentifier: string, required ClusterEndpointIdentifier terra.StringValue `hcl:"cluster_endpoint_identifier,attr" validate:"required"` // ClusterIdentifier: string, required ClusterIdentifier terra.StringValue `hcl:"cluster_identifier,attr" validate:"required"` // CustomEndpointType: string, required CustomEndpointType terra.StringValue `hcl:"custom_endpoint_type,attr" validate:"required"` // ExcludedMembers: set of string, optional ExcludedMembers terra.SetValue[terra.StringValue] `hcl:"excluded_members,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // StaticMembers: set of string, optional StaticMembers terra.SetValue[terra.StringValue] `hcl:"static_members,attr"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // TagsAll: map of string, optional TagsAll terra.MapValue[terra.StringValue] `hcl:"tags_all,attr"` }
Args contains the configurations for aws_rds_cluster_endpoint.
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_rds_cluster_endpoint.
func (*Resource) Attributes ¶
func (arce *Resource) Attributes() awsRdsClusterEndpointAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (arce *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (arce *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.
Click to show internal directories.
Click to hide internal directories.