Interface RdsClusterConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    All Known Implementing Classes:
    RdsClusterConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:54.593Z")
    @Stability(Stable)
    public interface RdsClusterConfig
    extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      static RdsClusterConfig.Builder builder()  
      default Number getAllocatedStorage()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#allocated_storage RdsCluster#allocated_storage}.
      default Object getAllowMajorVersionUpgrade()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#allow_major_version_upgrade RdsCluster#allow_major_version_upgrade}.
      default Object getApplyImmediately()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#apply_immediately RdsCluster#apply_immediately}.
      default List<String> getAvailabilityZones()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#availability_zones RdsCluster#availability_zones}.
      default Number getBacktrackWindow()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#backtrack_window RdsCluster#backtrack_window}.
      default Number getBackupRetentionPeriod()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#backup_retention_period RdsCluster#backup_retention_period}.
      default String getClusterIdentifier()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#cluster_identifier RdsCluster#cluster_identifier}.
      default String getClusterIdentifierPrefix()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#cluster_identifier_prefix RdsCluster#cluster_identifier_prefix}.
      default List<String> getClusterMembers()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#cluster_members RdsCluster#cluster_members}.
      default Object getCopyTagsToSnapshot()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#copy_tags_to_snapshot RdsCluster#copy_tags_to_snapshot}.
      default String getDatabaseName()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#database_name RdsCluster#database_name}.
      default String getDbClusterInstanceClass()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#db_cluster_instance_class RdsCluster#db_cluster_instance_class}.
      default String getDbClusterParameterGroupName()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#db_cluster_parameter_group_name RdsCluster#db_cluster_parameter_group_name}.
      default String getDbInstanceParameterGroupName()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#db_instance_parameter_group_name RdsCluster#db_instance_parameter_group_name}.
      default String getDbSubnetGroupName()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#db_subnet_group_name RdsCluster#db_subnet_group_name}.
      default Object getDeletionProtection()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#deletion_protection RdsCluster#deletion_protection}.
      default List<String> getEnabledCloudwatchLogsExports()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#enabled_cloudwatch_logs_exports RdsCluster#enabled_cloudwatch_logs_exports}.
      default Object getEnableGlobalWriteForwarding()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#enable_global_write_forwarding RdsCluster#enable_global_write_forwarding}.
      default Object getEnableHttpEndpoint()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#enable_http_endpoint RdsCluster#enable_http_endpoint}.
      String getEngine()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#engine RdsCluster#engine}.
      default String getEngineMode()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#engine_mode RdsCluster#engine_mode}.
      default String getEngineVersion()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#engine_version RdsCluster#engine_version}.
      default String getFinalSnapshotIdentifier()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#final_snapshot_identifier RdsCluster#final_snapshot_identifier}.
      default String getGlobalClusterIdentifier()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#global_cluster_identifier RdsCluster#global_cluster_identifier}.
      default Object getIamDatabaseAuthenticationEnabled()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#iam_database_authentication_enabled RdsCluster#iam_database_authentication_enabled}.
      default List<String> getIamRoles()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#iam_roles RdsCluster#iam_roles}.
      default String getId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#id RdsCluster#id}.
      default Number getIops()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#iops RdsCluster#iops}.
      default String getKmsKeyId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#kms_key_id RdsCluster#kms_key_id}.
      default Object getManageMasterUserPassword()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#manage_master_user_password RdsCluster#manage_master_user_password}.
      default String getMasterPassword()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#master_password RdsCluster#master_password}.
      default String getMasterUsername()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#master_username RdsCluster#master_username}.
      default String getMasterUserSecretKmsKeyId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#master_user_secret_kms_key_id RdsCluster#master_user_secret_kms_key_id}.
      default String getNetworkType()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#network_type RdsCluster#network_type}.
      default Number getPort()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#port RdsCluster#port}.
      default String getPreferredBackupWindow()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#preferred_backup_window RdsCluster#preferred_backup_window}.
      default String getPreferredMaintenanceWindow()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#preferred_maintenance_window RdsCluster#preferred_maintenance_window}.
      default String getReplicationSourceIdentifier()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#replication_source_identifier RdsCluster#replication_source_identifier}.
      default RdsClusterRestoreToPointInTime getRestoreToPointInTime()
      restore_to_point_in_time block.
      default RdsClusterS3Import getS3Import()
      s3_import block.
      default RdsClusterScalingConfiguration getScalingConfiguration()
      scaling_configuration block.
      default RdsClusterServerlessv2ScalingConfiguration getServerlessv2ScalingConfiguration()
      serverlessv2_scaling_configuration block.
      default Object getSkipFinalSnapshot()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#skip_final_snapshot RdsCluster#skip_final_snapshot}.
      default String getSnapshotIdentifier()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#snapshot_identifier RdsCluster#snapshot_identifier}.
      default String getSourceRegion()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#source_region RdsCluster#source_region}.
      default Object getStorageEncrypted()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#storage_encrypted RdsCluster#storage_encrypted}.
      default String getStorageType()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#storage_type RdsCluster#storage_type}.
      default Map<String,​String> getTags()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#tags RdsCluster#tags}.
      default Map<String,​String> getTagsAll()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#tags_all RdsCluster#tags_all}.
      default RdsClusterTimeouts getTimeouts()
      timeouts block.
      default List<String> getVpcSecurityGroupIds()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#vpc_security_group_ids RdsCluster#vpc_security_group_ids}.
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
      • Methods inherited from interface com.hashicorp.cdktf.TerraformMetaArguments

        getConnection, getCount, getDependsOn, getForEach, getLifecycle, getProvider, getProvisioners
    • Method Detail

      • getEngine

        @Stability(Stable)
        @NotNull
        String getEngine()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#engine RdsCluster#engine}.
      • getAllocatedStorage

        @Stability(Stable)
        @Nullable
        default Number getAllocatedStorage()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#allocated_storage RdsCluster#allocated_storage}.
      • getAllowMajorVersionUpgrade

        @Stability(Stable)
        @Nullable
        default Object getAllowMajorVersionUpgrade()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#allow_major_version_upgrade RdsCluster#allow_major_version_upgrade}.
      • getApplyImmediately

        @Stability(Stable)
        @Nullable
        default Object getApplyImmediately()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#apply_immediately RdsCluster#apply_immediately}.
      • getAvailabilityZones

        @Stability(Stable)
        @Nullable
        default List<String> getAvailabilityZones()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#availability_zones RdsCluster#availability_zones}.
      • getBacktrackWindow

        @Stability(Stable)
        @Nullable
        default Number getBacktrackWindow()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#backtrack_window RdsCluster#backtrack_window}.
      • getBackupRetentionPeriod

        @Stability(Stable)
        @Nullable
        default Number getBackupRetentionPeriod()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#backup_retention_period RdsCluster#backup_retention_period}.
      • getClusterIdentifier

        @Stability(Stable)
        @Nullable
        default String getClusterIdentifier()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#cluster_identifier RdsCluster#cluster_identifier}.
      • getClusterIdentifierPrefix

        @Stability(Stable)
        @Nullable
        default String getClusterIdentifierPrefix()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#cluster_identifier_prefix RdsCluster#cluster_identifier_prefix}.
      • getClusterMembers

        @Stability(Stable)
        @Nullable
        default List<String> getClusterMembers()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#cluster_members RdsCluster#cluster_members}.
      • getCopyTagsToSnapshot

        @Stability(Stable)
        @Nullable
        default Object getCopyTagsToSnapshot()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#copy_tags_to_snapshot RdsCluster#copy_tags_to_snapshot}.
      • getDatabaseName

        @Stability(Stable)
        @Nullable
        default String getDatabaseName()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#database_name RdsCluster#database_name}.
      • getDbClusterInstanceClass

        @Stability(Stable)
        @Nullable
        default String getDbClusterInstanceClass()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#db_cluster_instance_class RdsCluster#db_cluster_instance_class}.
      • getDbClusterParameterGroupName

        @Stability(Stable)
        @Nullable
        default String getDbClusterParameterGroupName()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#db_cluster_parameter_group_name RdsCluster#db_cluster_parameter_group_name}.
      • getDbInstanceParameterGroupName

        @Stability(Stable)
        @Nullable
        default String getDbInstanceParameterGroupName()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#db_instance_parameter_group_name RdsCluster#db_instance_parameter_group_name}.
      • getDbSubnetGroupName

        @Stability(Stable)
        @Nullable
        default String getDbSubnetGroupName()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#db_subnet_group_name RdsCluster#db_subnet_group_name}.
      • getDeletionProtection

        @Stability(Stable)
        @Nullable
        default Object getDeletionProtection()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#deletion_protection RdsCluster#deletion_protection}.
      • getEnabledCloudwatchLogsExports

        @Stability(Stable)
        @Nullable
        default List<String> getEnabledCloudwatchLogsExports()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#enabled_cloudwatch_logs_exports RdsCluster#enabled_cloudwatch_logs_exports}.
      • getEnableGlobalWriteForwarding

        @Stability(Stable)
        @Nullable
        default Object getEnableGlobalWriteForwarding()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#enable_global_write_forwarding RdsCluster#enable_global_write_forwarding}.
      • getEnableHttpEndpoint

        @Stability(Stable)
        @Nullable
        default Object getEnableHttpEndpoint()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#enable_http_endpoint RdsCluster#enable_http_endpoint}.
      • getEngineMode

        @Stability(Stable)
        @Nullable
        default String getEngineMode()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#engine_mode RdsCluster#engine_mode}.
      • getEngineVersion

        @Stability(Stable)
        @Nullable
        default String getEngineVersion()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#engine_version RdsCluster#engine_version}.
      • getFinalSnapshotIdentifier

        @Stability(Stable)
        @Nullable
        default String getFinalSnapshotIdentifier()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#final_snapshot_identifier RdsCluster#final_snapshot_identifier}.
      • getGlobalClusterIdentifier

        @Stability(Stable)
        @Nullable
        default String getGlobalClusterIdentifier()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#global_cluster_identifier RdsCluster#global_cluster_identifier}.
      • getIamDatabaseAuthenticationEnabled

        @Stability(Stable)
        @Nullable
        default Object getIamDatabaseAuthenticationEnabled()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#iam_database_authentication_enabled RdsCluster#iam_database_authentication_enabled}.
      • getIamRoles

        @Stability(Stable)
        @Nullable
        default List<String> getIamRoles()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#iam_roles RdsCluster#iam_roles}.
      • getId

        @Stability(Stable)
        @Nullable
        default String getId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#id RdsCluster#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

      • getIops

        @Stability(Stable)
        @Nullable
        default Number getIops()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#iops RdsCluster#iops}.
      • getKmsKeyId

        @Stability(Stable)
        @Nullable
        default String getKmsKeyId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#kms_key_id RdsCluster#kms_key_id}.
      • getManageMasterUserPassword

        @Stability(Stable)
        @Nullable
        default Object getManageMasterUserPassword()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#manage_master_user_password RdsCluster#manage_master_user_password}.
      • getMasterPassword

        @Stability(Stable)
        @Nullable
        default String getMasterPassword()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#master_password RdsCluster#master_password}.
      • getMasterUsername

        @Stability(Stable)
        @Nullable
        default String getMasterUsername()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#master_username RdsCluster#master_username}.
      • getMasterUserSecretKmsKeyId

        @Stability(Stable)
        @Nullable
        default String getMasterUserSecretKmsKeyId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#master_user_secret_kms_key_id RdsCluster#master_user_secret_kms_key_id}.
      • getNetworkType

        @Stability(Stable)
        @Nullable
        default String getNetworkType()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#network_type RdsCluster#network_type}.
      • getPort

        @Stability(Stable)
        @Nullable
        default Number getPort()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#port RdsCluster#port}.
      • getPreferredBackupWindow

        @Stability(Stable)
        @Nullable
        default String getPreferredBackupWindow()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#preferred_backup_window RdsCluster#preferred_backup_window}.
      • getPreferredMaintenanceWindow

        @Stability(Stable)
        @Nullable
        default String getPreferredMaintenanceWindow()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#preferred_maintenance_window RdsCluster#preferred_maintenance_window}.
      • getReplicationSourceIdentifier

        @Stability(Stable)
        @Nullable
        default String getReplicationSourceIdentifier()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#replication_source_identifier RdsCluster#replication_source_identifier}.
      • getRestoreToPointInTime

        @Stability(Stable)
        @Nullable
        default RdsClusterRestoreToPointInTime getRestoreToPointInTime()
        restore_to_point_in_time block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#restore_to_point_in_time RdsCluster#restore_to_point_in_time}

      • getS3Import

        @Stability(Stable)
        @Nullable
        default RdsClusterS3Import getS3Import()
        s3_import block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#s3_import RdsCluster#s3_import}

      • getScalingConfiguration

        @Stability(Stable)
        @Nullable
        default RdsClusterScalingConfiguration getScalingConfiguration()
        scaling_configuration block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#scaling_configuration RdsCluster#scaling_configuration}

      • getServerlessv2ScalingConfiguration

        @Stability(Stable)
        @Nullable
        default RdsClusterServerlessv2ScalingConfiguration getServerlessv2ScalingConfiguration()
        serverlessv2_scaling_configuration block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#serverlessv2_scaling_configuration RdsCluster#serverlessv2_scaling_configuration}

      • getSkipFinalSnapshot

        @Stability(Stable)
        @Nullable
        default Object getSkipFinalSnapshot()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#skip_final_snapshot RdsCluster#skip_final_snapshot}.
      • getSnapshotIdentifier

        @Stability(Stable)
        @Nullable
        default String getSnapshotIdentifier()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#snapshot_identifier RdsCluster#snapshot_identifier}.
      • getSourceRegion

        @Stability(Stable)
        @Nullable
        default String getSourceRegion()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#source_region RdsCluster#source_region}.
      • getStorageEncrypted

        @Stability(Stable)
        @Nullable
        default Object getStorageEncrypted()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#storage_encrypted RdsCluster#storage_encrypted}.
      • getStorageType

        @Stability(Stable)
        @Nullable
        default String getStorageType()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#storage_type RdsCluster#storage_type}.
      • getTags

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getTags()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#tags RdsCluster#tags}.
      • getTagsAll

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getTagsAll()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#tags_all RdsCluster#tags_all}.
      • getTimeouts

        @Stability(Stable)
        @Nullable
        default RdsClusterTimeouts getTimeouts()
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#timeouts RdsCluster#timeouts}

      • getVpcSecurityGroupIds

        @Stability(Stable)
        @Nullable
        default List<String> getVpcSecurityGroupIds()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#vpc_security_group_ids RdsCluster#vpc_security_group_ids}.