Class RdsClusterConfig.Jsii$Proxy

  • All Implemented Interfaces:
    RdsClusterConfig, com.hashicorp.cdktf.TerraformMetaArguments, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    RdsClusterConfig

    @Stability(Stable)
    @Internal
    public static final class RdsClusterConfig.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements RdsClusterConfig
    An implementation for RdsClusterConfig
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Jsii$Proxy​(RdsClusterConfig.Builder builder)
      Constructor that initializes the object based on literal property values passed by the RdsClusterConfig.Builder.
      protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.JsonNode $jsii$toJson()  
      boolean equals​(Object o)  
      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}.
      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}.
      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}.
      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}.
      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}.
      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}.
      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}.
      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}.
      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}.
      Object getConnection()  
      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}.
      Object getCount()  
      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}.
      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}.
      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}.
      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}.
      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}.
      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}.
      List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()  
      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}.
      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}.
      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}.
      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}.
      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}.
      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}.
      com.hashicorp.cdktf.ITerraformIterator getForEach()  
      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}.
      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}.
      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}.
      String getId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#id RdsCluster#id}.
      Number getIops()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#iops RdsCluster#iops}.
      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}.
      com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()  
      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}.
      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}.
      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}.
      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}.
      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}.
      Number getPort()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#port RdsCluster#port}.
      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}.
      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}.
      com.hashicorp.cdktf.TerraformProvider getProvider()  
      List<Object> getProvisioners()  
      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}.
      RdsClusterRestoreToPointInTime getRestoreToPointInTime()
      restore_to_point_in_time block.
      RdsClusterS3Import getS3Import()
      s3_import block.
      RdsClusterScalingConfiguration getScalingConfiguration()
      scaling_configuration block.
      RdsClusterServerlessv2ScalingConfiguration getServerlessv2ScalingConfiguration()
      serverlessv2_scaling_configuration block.
      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}.
      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}.
      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}.
      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}.
      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}.
      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}.
      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}.
      RdsClusterTimeouts getTimeouts()
      timeouts block.
      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}.
      int hashCode()  
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getEngine

        public final String getEngine()
        Description copied from interface: RdsClusterConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#engine RdsCluster#engine}.
        Specified by:
        getEngine in interface RdsClusterConfig
      • getAllocatedStorage

        public final Number getAllocatedStorage()
        Description copied from interface: RdsClusterConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#allocated_storage RdsCluster#allocated_storage}.
        Specified by:
        getAllocatedStorage in interface RdsClusterConfig
      • getAllowMajorVersionUpgrade

        public final Object getAllowMajorVersionUpgrade()
        Description copied from interface: RdsClusterConfig
        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}.
        Specified by:
        getAllowMajorVersionUpgrade in interface RdsClusterConfig
      • getApplyImmediately

        public final Object getApplyImmediately()
        Description copied from interface: RdsClusterConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#apply_immediately RdsCluster#apply_immediately}.
        Specified by:
        getApplyImmediately in interface RdsClusterConfig
      • getAvailabilityZones

        public final List<String> getAvailabilityZones()
        Description copied from interface: RdsClusterConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#availability_zones RdsCluster#availability_zones}.
        Specified by:
        getAvailabilityZones in interface RdsClusterConfig
      • getBacktrackWindow

        public final Number getBacktrackWindow()
        Description copied from interface: RdsClusterConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#backtrack_window RdsCluster#backtrack_window}.
        Specified by:
        getBacktrackWindow in interface RdsClusterConfig
      • getBackupRetentionPeriod

        public final Number getBackupRetentionPeriod()
        Description copied from interface: RdsClusterConfig
        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}.
        Specified by:
        getBackupRetentionPeriod in interface RdsClusterConfig
      • getClusterIdentifier

        public final String getClusterIdentifier()
        Description copied from interface: RdsClusterConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#cluster_identifier RdsCluster#cluster_identifier}.
        Specified by:
        getClusterIdentifier in interface RdsClusterConfig
      • getClusterIdentifierPrefix

        public final String getClusterIdentifierPrefix()
        Description copied from interface: RdsClusterConfig
        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}.
        Specified by:
        getClusterIdentifierPrefix in interface RdsClusterConfig
      • getClusterMembers

        public final List<String> getClusterMembers()
        Description copied from interface: RdsClusterConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#cluster_members RdsCluster#cluster_members}.
        Specified by:
        getClusterMembers in interface RdsClusterConfig
      • getCopyTagsToSnapshot

        public final Object getCopyTagsToSnapshot()
        Description copied from interface: RdsClusterConfig
        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}.
        Specified by:
        getCopyTagsToSnapshot in interface RdsClusterConfig
      • getDatabaseName

        public final String getDatabaseName()
        Description copied from interface: RdsClusterConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#database_name RdsCluster#database_name}.
        Specified by:
        getDatabaseName in interface RdsClusterConfig
      • getDbClusterInstanceClass

        public final String getDbClusterInstanceClass()
        Description copied from interface: RdsClusterConfig
        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}.
        Specified by:
        getDbClusterInstanceClass in interface RdsClusterConfig
      • getDbClusterParameterGroupName

        public final String getDbClusterParameterGroupName()
        Description copied from interface: RdsClusterConfig
        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}.
        Specified by:
        getDbClusterParameterGroupName in interface RdsClusterConfig
      • getDbInstanceParameterGroupName

        public final String getDbInstanceParameterGroupName()
        Description copied from interface: RdsClusterConfig
        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}.
        Specified by:
        getDbInstanceParameterGroupName in interface RdsClusterConfig
      • getDbSubnetGroupName

        public final String getDbSubnetGroupName()
        Description copied from interface: RdsClusterConfig
        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}.
        Specified by:
        getDbSubnetGroupName in interface RdsClusterConfig
      • getDeletionProtection

        public final Object getDeletionProtection()
        Description copied from interface: RdsClusterConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#deletion_protection RdsCluster#deletion_protection}.
        Specified by:
        getDeletionProtection in interface RdsClusterConfig
      • getEnabledCloudwatchLogsExports

        public final List<String> getEnabledCloudwatchLogsExports()
        Description copied from interface: RdsClusterConfig
        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}.
        Specified by:
        getEnabledCloudwatchLogsExports in interface RdsClusterConfig
      • getEnableGlobalWriteForwarding

        public final Object getEnableGlobalWriteForwarding()
        Description copied from interface: RdsClusterConfig
        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}.
        Specified by:
        getEnableGlobalWriteForwarding in interface RdsClusterConfig
      • getEnableHttpEndpoint

        public final Object getEnableHttpEndpoint()
        Description copied from interface: RdsClusterConfig
        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}.
        Specified by:
        getEnableHttpEndpoint in interface RdsClusterConfig
      • getEngineMode

        public final String getEngineMode()
        Description copied from interface: RdsClusterConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#engine_mode RdsCluster#engine_mode}.
        Specified by:
        getEngineMode in interface RdsClusterConfig
      • getEngineVersion

        public final String getEngineVersion()
        Description copied from interface: RdsClusterConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#engine_version RdsCluster#engine_version}.
        Specified by:
        getEngineVersion in interface RdsClusterConfig
      • getFinalSnapshotIdentifier

        public final String getFinalSnapshotIdentifier()
        Description copied from interface: RdsClusterConfig
        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}.
        Specified by:
        getFinalSnapshotIdentifier in interface RdsClusterConfig
      • getGlobalClusterIdentifier

        public final String getGlobalClusterIdentifier()
        Description copied from interface: RdsClusterConfig
        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}.
        Specified by:
        getGlobalClusterIdentifier in interface RdsClusterConfig
      • getIamDatabaseAuthenticationEnabled

        public final Object getIamDatabaseAuthenticationEnabled()
        Description copied from interface: RdsClusterConfig
        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}.
        Specified by:
        getIamDatabaseAuthenticationEnabled in interface RdsClusterConfig
      • getIamRoles

        public final List<String> getIamRoles()
        Description copied from interface: RdsClusterConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#iam_roles RdsCluster#iam_roles}.
        Specified by:
        getIamRoles in interface RdsClusterConfig
      • getId

        public final String getId()
        Description copied from interface: RdsClusterConfig
        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.

        Specified by:
        getId in interface RdsClusterConfig
      • getIops

        public final Number getIops()
        Description copied from interface: RdsClusterConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#iops RdsCluster#iops}.
        Specified by:
        getIops in interface RdsClusterConfig
      • getKmsKeyId

        public final String getKmsKeyId()
        Description copied from interface: RdsClusterConfig
        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}.
        Specified by:
        getKmsKeyId in interface RdsClusterConfig
      • getManageMasterUserPassword

        public final Object getManageMasterUserPassword()
        Description copied from interface: RdsClusterConfig
        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}.
        Specified by:
        getManageMasterUserPassword in interface RdsClusterConfig
      • getMasterPassword

        public final String getMasterPassword()
        Description copied from interface: RdsClusterConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#master_password RdsCluster#master_password}.
        Specified by:
        getMasterPassword in interface RdsClusterConfig
      • getMasterUsername

        public final String getMasterUsername()
        Description copied from interface: RdsClusterConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#master_username RdsCluster#master_username}.
        Specified by:
        getMasterUsername in interface RdsClusterConfig
      • getMasterUserSecretKmsKeyId

        public final String getMasterUserSecretKmsKeyId()
        Description copied from interface: RdsClusterConfig
        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}.
        Specified by:
        getMasterUserSecretKmsKeyId in interface RdsClusterConfig
      • getNetworkType

        public final String getNetworkType()
        Description copied from interface: RdsClusterConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#network_type RdsCluster#network_type}.
        Specified by:
        getNetworkType in interface RdsClusterConfig
      • getPort

        public final Number getPort()
        Description copied from interface: RdsClusterConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#port RdsCluster#port}.
        Specified by:
        getPort in interface RdsClusterConfig
      • getPreferredBackupWindow

        public final String getPreferredBackupWindow()
        Description copied from interface: RdsClusterConfig
        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}.
        Specified by:
        getPreferredBackupWindow in interface RdsClusterConfig
      • getPreferredMaintenanceWindow

        public final String getPreferredMaintenanceWindow()
        Description copied from interface: RdsClusterConfig
        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}.
        Specified by:
        getPreferredMaintenanceWindow in interface RdsClusterConfig
      • getReplicationSourceIdentifier

        public final String getReplicationSourceIdentifier()
        Description copied from interface: RdsClusterConfig
        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}.
        Specified by:
        getReplicationSourceIdentifier in interface RdsClusterConfig
      • getRestoreToPointInTime

        public final RdsClusterRestoreToPointInTime getRestoreToPointInTime()
        Description copied from interface: RdsClusterConfig
        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}

        Specified by:
        getRestoreToPointInTime in interface RdsClusterConfig
      • getS3Import

        public final RdsClusterS3Import getS3Import()
        Description copied from interface: RdsClusterConfig
        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}

        Specified by:
        getS3Import in interface RdsClusterConfig
      • getScalingConfiguration

        public final RdsClusterScalingConfiguration getScalingConfiguration()
        Description copied from interface: RdsClusterConfig
        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}

        Specified by:
        getScalingConfiguration in interface RdsClusterConfig
      • getSkipFinalSnapshot

        public final Object getSkipFinalSnapshot()
        Description copied from interface: RdsClusterConfig
        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}.
        Specified by:
        getSkipFinalSnapshot in interface RdsClusterConfig
      • getSnapshotIdentifier

        public final String getSnapshotIdentifier()
        Description copied from interface: RdsClusterConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#snapshot_identifier RdsCluster#snapshot_identifier}.
        Specified by:
        getSnapshotIdentifier in interface RdsClusterConfig
      • getSourceRegion

        public final String getSourceRegion()
        Description copied from interface: RdsClusterConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#source_region RdsCluster#source_region}.
        Specified by:
        getSourceRegion in interface RdsClusterConfig
      • getStorageEncrypted

        public final Object getStorageEncrypted()
        Description copied from interface: RdsClusterConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#storage_encrypted RdsCluster#storage_encrypted}.
        Specified by:
        getStorageEncrypted in interface RdsClusterConfig
      • getStorageType

        public final String getStorageType()
        Description copied from interface: RdsClusterConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#storage_type RdsCluster#storage_type}.
        Specified by:
        getStorageType in interface RdsClusterConfig
      • getTags

        public final Map<String,​String> getTags()
        Description copied from interface: RdsClusterConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#tags RdsCluster#tags}.
        Specified by:
        getTags in interface RdsClusterConfig
      • getTagsAll

        public final Map<String,​String> getTagsAll()
        Description copied from interface: RdsClusterConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#tags_all RdsCluster#tags_all}.
        Specified by:
        getTagsAll in interface RdsClusterConfig
      • getTimeouts

        public final RdsClusterTimeouts getTimeouts()
        Description copied from interface: RdsClusterConfig
        timeouts block.

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

        Specified by:
        getTimeouts in interface RdsClusterConfig
      • getVpcSecurityGroupIds

        public final List<String> getVpcSecurityGroupIds()
        Description copied from interface: RdsClusterConfig
        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}.
        Specified by:
        getVpcSecurityGroupIds in interface RdsClusterConfig
      • getConnection

        public final Object getConnection()
        Specified by:
        getConnection in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getCount

        public final Object getCount()
        Specified by:
        getCount in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getDependsOn

        public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
        Specified by:
        getDependsOn in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getForEach

        public final com.hashicorp.cdktf.ITerraformIterator getForEach()
        Specified by:
        getForEach in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getLifecycle

        public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
        Specified by:
        getLifecycle in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvider

        public final com.hashicorp.cdktf.TerraformProvider getProvider()
        Specified by:
        getProvider in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvisioners

        public final List<Object> getProvisioners()
        Specified by:
        getProvisioners in interface com.hashicorp.cdktf.TerraformMetaArguments
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object