Documentation ¶
Index ¶
- type Args
- type Resource
- func (avals *Resource) Attributes() awsVpclatticeAccessLogSubscriptionAttributes
- func (avals *Resource) Configuration() interface{}
- func (avals *Resource) DependOn() terra.Reference
- func (avals *Resource) Dependencies() terra.Dependencies
- func (avals *Resource) ImportState(state io.Reader) error
- func (avals *Resource) LifecycleManagement() *terra.Lifecycle
- func (avals *Resource) LocalName() string
- func (avals *Resource) State() (*awsVpclatticeAccessLogSubscriptionState, bool)
- func (avals *Resource) StateMust() *awsVpclatticeAccessLogSubscriptionState
- func (avals *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // DestinationArn: string, required DestinationArn terra.StringValue `hcl:"destination_arn,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // ResourceIdentifier: string, required ResourceIdentifier terra.StringValue `hcl:"resource_identifier,attr" validate:"required"` // 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_vpclattice_access_log_subscription.
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_vpclattice_access_log_subscription.
func (*Resource) Attributes ¶
func (avals *Resource) Attributes() awsVpclatticeAccessLogSubscriptionAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (avals *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (avals *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.