Documentation ¶
Index ¶
- type Args
- type Resource
- func (arul *Resource) Attributes() awsRedshiftserverlessUsageLimitAttributes
- func (arul *Resource) Configuration() interface{}
- func (arul *Resource) DependOn() terra.Reference
- func (arul *Resource) Dependencies() terra.Dependencies
- func (arul *Resource) ImportState(state io.Reader) error
- func (arul *Resource) LifecycleManagement() *terra.Lifecycle
- func (arul *Resource) LocalName() string
- func (arul *Resource) State() (*awsRedshiftserverlessUsageLimitState, bool)
- func (arul *Resource) StateMust() *awsRedshiftserverlessUsageLimitState
- func (arul *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Amount: number, required Amount terra.NumberValue `hcl:"amount,attr" validate:"required"` // BreachAction: string, optional BreachAction terra.StringValue `hcl:"breach_action,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Period: string, optional Period terra.StringValue `hcl:"period,attr"` // ResourceArn: string, required ResourceArn terra.StringValue `hcl:"resource_arn,attr" validate:"required"` // UsageType: string, required UsageType terra.StringValue `hcl:"usage_type,attr" validate:"required"` }
Args contains the configurations for aws_redshiftserverless_usage_limit.
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_usage_limit.
func (*Resource) Attributes ¶
func (arul *Resource) Attributes() awsRedshiftserverlessUsageLimitAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (arul *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (arul *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.