Documentation ¶
Index ¶
- type Args
- type Resource
- func (arul *Resource) Attributes() awsRedshiftUsageLimitAttributes
- 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() (*awsRedshiftUsageLimitState, bool)
- func (arul *Resource) StateMust() *awsRedshiftUsageLimitState
- 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"` // ClusterIdentifier: string, required ClusterIdentifier terra.StringValue `hcl:"cluster_identifier,attr" validate:"required"` // FeatureType: string, required FeatureType terra.StringValue `hcl:"feature_type,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // LimitType: string, required LimitType terra.StringValue `hcl:"limit_type,attr" validate:"required"` // Period: string, optional Period terra.StringValue `hcl:"period,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_redshift_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_redshift_usage_limit.
func (*Resource) Attributes ¶
func (arul *Resource) Attributes() awsRedshiftUsageLimitAttributes
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.