Documentation ¶
Index ¶
- type Args
- type Resource
- func (adpt *Resource) Attributes() awsDbProxyTargetAttributes
- func (adpt *Resource) Configuration() interface{}
- func (adpt *Resource) DependOn() terra.Reference
- func (adpt *Resource) Dependencies() terra.Dependencies
- func (adpt *Resource) ImportState(state io.Reader) error
- func (adpt *Resource) LifecycleManagement() *terra.Lifecycle
- func (adpt *Resource) LocalName() string
- func (adpt *Resource) State() (*awsDbProxyTargetState, bool)
- func (adpt *Resource) StateMust() *awsDbProxyTargetState
- func (adpt *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // DbClusterIdentifier: string, optional DbClusterIdentifier terra.StringValue `hcl:"db_cluster_identifier,attr"` // DbInstanceIdentifier: string, optional DbInstanceIdentifier terra.StringValue `hcl:"db_instance_identifier,attr"` // DbProxyName: string, required DbProxyName terra.StringValue `hcl:"db_proxy_name,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // TargetGroupName: string, required TargetGroupName terra.StringValue `hcl:"target_group_name,attr" validate:"required"` }
Args contains the configurations for aws_db_proxy_target.
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_db_proxy_target.
func (*Resource) Attributes ¶
func (adpt *Resource) Attributes() awsDbProxyTargetAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (adpt *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (adpt *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.