Documentation ¶
Index ¶
- type Args
- type Resource
- func (arrqlca *Resource) Attributes() awsRoute53ResolverQueryLogConfigAssociationAttributes
- func (arrqlca *Resource) Configuration() interface{}
- func (arrqlca *Resource) DependOn() terra.Reference
- func (arrqlca *Resource) Dependencies() terra.Dependencies
- func (arrqlca *Resource) ImportState(state io.Reader) error
- func (arrqlca *Resource) LifecycleManagement() *terra.Lifecycle
- func (arrqlca *Resource) LocalName() string
- func (arrqlca *Resource) State() (*awsRoute53ResolverQueryLogConfigAssociationState, bool)
- func (arrqlca *Resource) StateMust() *awsRoute53ResolverQueryLogConfigAssociationState
- func (arrqlca *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // ResolverQueryLogConfigId: string, required ResolverQueryLogConfigId terra.StringValue `hcl:"resolver_query_log_config_id,attr" validate:"required"` // ResourceId: string, required ResourceId terra.StringValue `hcl:"resource_id,attr" validate:"required"` }
Args contains the configurations for aws_route53_resolver_query_log_config_association.
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_route53_resolver_query_log_config_association.
func (*Resource) Attributes ¶
func (arrqlca *Resource) Attributes() awsRoute53ResolverQueryLogConfigAssociationAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (arrqlca *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (arrqlca *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.