Documentation ¶
Index ¶
- type Args
- type Resource
- func (arci *Resource) Attributes() awsRdsClusterInstanceAttributes
- func (arci *Resource) Configuration() interface{}
- func (arci *Resource) DependOn() terra.Reference
- func (arci *Resource) Dependencies() terra.Dependencies
- func (arci *Resource) ImportState(state io.Reader) error
- func (arci *Resource) LifecycleManagement() *terra.Lifecycle
- func (arci *Resource) LocalName() string
- func (arci *Resource) State() (*awsRdsClusterInstanceState, bool)
- func (arci *Resource) StateMust() *awsRdsClusterInstanceState
- func (arci *Resource) Type() string
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // ApplyImmediately: bool, optional ApplyImmediately terra.BoolValue `hcl:"apply_immediately,attr"` // AutoMinorVersionUpgrade: bool, optional AutoMinorVersionUpgrade terra.BoolValue `hcl:"auto_minor_version_upgrade,attr"` // AvailabilityZone: string, optional AvailabilityZone terra.StringValue `hcl:"availability_zone,attr"` // CaCertIdentifier: string, optional CaCertIdentifier terra.StringValue `hcl:"ca_cert_identifier,attr"` // ClusterIdentifier: string, required ClusterIdentifier terra.StringValue `hcl:"cluster_identifier,attr" validate:"required"` // CopyTagsToSnapshot: bool, optional CopyTagsToSnapshot terra.BoolValue `hcl:"copy_tags_to_snapshot,attr"` // CustomIamInstanceProfile: string, optional CustomIamInstanceProfile terra.StringValue `hcl:"custom_iam_instance_profile,attr"` // DbParameterGroupName: string, optional DbParameterGroupName terra.StringValue `hcl:"db_parameter_group_name,attr"` // DbSubnetGroupName: string, optional DbSubnetGroupName terra.StringValue `hcl:"db_subnet_group_name,attr"` // Engine: string, required Engine terra.StringValue `hcl:"engine,attr" validate:"required"` // EngineVersion: string, optional EngineVersion terra.StringValue `hcl:"engine_version,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Identifier: string, optional Identifier terra.StringValue `hcl:"identifier,attr"` // IdentifierPrefix: string, optional IdentifierPrefix terra.StringValue `hcl:"identifier_prefix,attr"` // InstanceClass: string, required InstanceClass terra.StringValue `hcl:"instance_class,attr" validate:"required"` // MonitoringInterval: number, optional MonitoringInterval terra.NumberValue `hcl:"monitoring_interval,attr"` // MonitoringRoleArn: string, optional MonitoringRoleArn terra.StringValue `hcl:"monitoring_role_arn,attr"` // PerformanceInsightsEnabled: bool, optional PerformanceInsightsEnabled terra.BoolValue `hcl:"performance_insights_enabled,attr"` // PerformanceInsightsKmsKeyId: string, optional PerformanceInsightsKmsKeyId terra.StringValue `hcl:"performance_insights_kms_key_id,attr"` // PerformanceInsightsRetentionPeriod: number, optional PerformanceInsightsRetentionPeriod terra.NumberValue `hcl:"performance_insights_retention_period,attr"` // PreferredBackupWindow: string, optional PreferredBackupWindow terra.StringValue `hcl:"preferred_backup_window,attr"` // PreferredMaintenanceWindow: string, optional PreferredMaintenanceWindow terra.StringValue `hcl:"preferred_maintenance_window,attr"` // PromotionTier: number, optional PromotionTier terra.NumberValue `hcl:"promotion_tier,attr"` // PubliclyAccessible: bool, optional PubliclyAccessible terra.BoolValue `hcl:"publicly_accessible,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"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for aws_rds_cluster_instance.
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_rds_cluster_instance.
func (*Resource) Attributes ¶
func (arci *Resource) Attributes() awsRdsClusterInstanceAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (arci *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (arci *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.
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.