Documentation ¶
Index ¶
- type Args
- type Resource
- func (anc *Resource) Attributes() awsNeptuneClusterAttributes
- func (anc *Resource) Configuration() interface{}
- func (anc *Resource) DependOn() terra.Reference
- func (anc *Resource) Dependencies() terra.Dependencies
- func (anc *Resource) ImportState(state io.Reader) error
- func (anc *Resource) LifecycleManagement() *terra.Lifecycle
- func (anc *Resource) LocalName() string
- func (anc *Resource) State() (*awsNeptuneClusterState, bool)
- func (anc *Resource) StateMust() *awsNeptuneClusterState
- func (anc *Resource) Type() string
- type ServerlessV2ScalingConfiguration
- type ServerlessV2ScalingConfigurationAttributes
- func (svsc ServerlessV2ScalingConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (svsc ServerlessV2ScalingConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (svsc ServerlessV2ScalingConfigurationAttributes) InternalWithRef(ref terra.Reference) ServerlessV2ScalingConfigurationAttributes
- func (svsc ServerlessV2ScalingConfigurationAttributes) MaxCapacity() terra.NumberValue
- func (svsc ServerlessV2ScalingConfigurationAttributes) MinCapacity() terra.NumberValue
- type ServerlessV2ScalingConfigurationState
- 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 { // AllowMajorVersionUpgrade: bool, optional AllowMajorVersionUpgrade terra.BoolValue `hcl:"allow_major_version_upgrade,attr"` // ApplyImmediately: bool, optional ApplyImmediately terra.BoolValue `hcl:"apply_immediately,attr"` // AvailabilityZones: set of string, optional AvailabilityZones terra.SetValue[terra.StringValue] `hcl:"availability_zones,attr"` // BackupRetentionPeriod: number, optional BackupRetentionPeriod terra.NumberValue `hcl:"backup_retention_period,attr"` // ClusterIdentifier: string, optional ClusterIdentifier terra.StringValue `hcl:"cluster_identifier,attr"` // ClusterIdentifierPrefix: string, optional ClusterIdentifierPrefix terra.StringValue `hcl:"cluster_identifier_prefix,attr"` // CopyTagsToSnapshot: bool, optional CopyTagsToSnapshot terra.BoolValue `hcl:"copy_tags_to_snapshot,attr"` // DeletionProtection: bool, optional DeletionProtection terra.BoolValue `hcl:"deletion_protection,attr"` // EnableCloudwatchLogsExports: set of string, optional EnableCloudwatchLogsExports terra.SetValue[terra.StringValue] `hcl:"enable_cloudwatch_logs_exports,attr"` // Engine: string, optional Engine terra.StringValue `hcl:"engine,attr"` // EngineVersion: string, optional EngineVersion terra.StringValue `hcl:"engine_version,attr"` // FinalSnapshotIdentifier: string, optional FinalSnapshotIdentifier terra.StringValue `hcl:"final_snapshot_identifier,attr"` // GlobalClusterIdentifier: string, optional GlobalClusterIdentifier terra.StringValue `hcl:"global_cluster_identifier,attr"` // IamDatabaseAuthenticationEnabled: bool, optional IamDatabaseAuthenticationEnabled terra.BoolValue `hcl:"iam_database_authentication_enabled,attr"` // IamRoles: set of string, optional IamRoles terra.SetValue[terra.StringValue] `hcl:"iam_roles,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // KmsKeyArn: string, optional KmsKeyArn terra.StringValue `hcl:"kms_key_arn,attr"` // NeptuneClusterParameterGroupName: string, optional NeptuneClusterParameterGroupName terra.StringValue `hcl:"neptune_cluster_parameter_group_name,attr"` // NeptuneInstanceParameterGroupName: string, optional NeptuneInstanceParameterGroupName terra.StringValue `hcl:"neptune_instance_parameter_group_name,attr"` // NeptuneSubnetGroupName: string, optional NeptuneSubnetGroupName terra.StringValue `hcl:"neptune_subnet_group_name,attr"` // Port: number, optional Port terra.NumberValue `hcl:"port,attr"` // PreferredBackupWindow: string, optional PreferredBackupWindow terra.StringValue `hcl:"preferred_backup_window,attr"` // PreferredMaintenanceWindow: string, optional PreferredMaintenanceWindow terra.StringValue `hcl:"preferred_maintenance_window,attr"` // ReplicationSourceIdentifier: string, optional ReplicationSourceIdentifier terra.StringValue `hcl:"replication_source_identifier,attr"` // SkipFinalSnapshot: bool, optional SkipFinalSnapshot terra.BoolValue `hcl:"skip_final_snapshot,attr"` // SnapshotIdentifier: string, optional SnapshotIdentifier terra.StringValue `hcl:"snapshot_identifier,attr"` // StorageEncrypted: bool, optional StorageEncrypted terra.BoolValue `hcl:"storage_encrypted,attr"` // StorageType: string, optional StorageType terra.StringValue `hcl:"storage_type,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"` // VpcSecurityGroupIds: set of string, optional VpcSecurityGroupIds terra.SetValue[terra.StringValue] `hcl:"vpc_security_group_ids,attr"` // ServerlessV2ScalingConfiguration: optional ServerlessV2ScalingConfiguration *ServerlessV2ScalingConfiguration `hcl:"serverless_v2_scaling_configuration,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for aws_neptune_cluster.
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_neptune_cluster.
func (*Resource) Attributes ¶
func (anc *Resource) Attributes() awsNeptuneClusterAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (anc *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (anc *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 ServerlessV2ScalingConfiguration ¶
type ServerlessV2ScalingConfiguration struct { // MaxCapacity: number, optional MaxCapacity terra.NumberValue `hcl:"max_capacity,attr"` // MinCapacity: number, optional MinCapacity terra.NumberValue `hcl:"min_capacity,attr"` }
type ServerlessV2ScalingConfigurationAttributes ¶
type ServerlessV2ScalingConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (ServerlessV2ScalingConfigurationAttributes) InternalRef ¶
func (svsc ServerlessV2ScalingConfigurationAttributes) InternalRef() (terra.Reference, error)
func (ServerlessV2ScalingConfigurationAttributes) InternalTokens ¶
func (svsc ServerlessV2ScalingConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ServerlessV2ScalingConfigurationAttributes) InternalWithRef ¶
func (svsc ServerlessV2ScalingConfigurationAttributes) InternalWithRef(ref terra.Reference) ServerlessV2ScalingConfigurationAttributes
func (ServerlessV2ScalingConfigurationAttributes) MaxCapacity ¶
func (svsc ServerlessV2ScalingConfigurationAttributes) MaxCapacity() terra.NumberValue
func (ServerlessV2ScalingConfigurationAttributes) MinCapacity ¶
func (svsc ServerlessV2ScalingConfigurationAttributes) MinCapacity() terra.NumberValue
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.