Class: Aws::Types::RestoreDBClusterFromS3Message

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:master_user_password])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_roles::Array[Types::DBClusterAssociatedRole]

Returns the value of attribute associated_roles.

Returns:



3846
3847
3848
# File 'sig/types.rbs', line 3846

def associated_roles
  @associated_roles
end

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.

Returns:

  • (::Array[::String])


3808
3809
3810
# File 'sig/types.rbs', line 3808

def availability_zones
  @availability_zones
end

#backtrack_window::Integer

Returns the value of attribute backtrack_window.

Returns:

  • (::Integer)


3833
3834
3835
# File 'sig/types.rbs', line 3833

def backtrack_window
  @backtrack_window
end

#backup_retention_period::Integer

Returns the value of attribute backup_retention_period.

Returns:

  • (::Integer)


3809
3810
3811
# File 'sig/types.rbs', line 3809

def backup_retention_period
  @backup_retention_period
end

#character_set_name::String

Returns the value of attribute character_set_name.

Returns:

  • (::String)


3810
3811
3812
# File 'sig/types.rbs', line 3810

def character_set_name
  @character_set_name
end

#copy_tags_to_snapshotBoolean

Returns the value of attribute copy_tags_to_snapshot.

Returns:

  • (Boolean)


3836
3837
3838
# File 'sig/types.rbs', line 3836

def copy_tags_to_snapshot
  @copy_tags_to_snapshot
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


3811
3812
3813
# File 'sig/types.rbs', line 3811

def database_name
  @database_name
end

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


3812
3813
3814
# File 'sig/types.rbs', line 3812

def db_cluster_identifier
  @db_cluster_identifier
end

#db_cluster_parameter_group_name::String

Returns the value of attribute db_cluster_parameter_group_name.

Returns:

  • (::String)


3813
3814
3815
# File 'sig/types.rbs', line 3813

def db_cluster_parameter_group_name
  @db_cluster_parameter_group_name
end

#db_subnet_group_name::String

Returns the value of attribute db_subnet_group_name.

Returns:

  • (::String)


3815
3816
3817
# File 'sig/types.rbs', line 3815

def db_subnet_group_name
  @db_subnet_group_name
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


3835
3836
3837
# File 'sig/types.rbs', line 3835

def deletion_protection
  @deletion_protection
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


3837
3838
3839
# File 'sig/types.rbs', line 3837

def domain
  @domain
end

#domain_iam_role_name::String

Returns the value of attribute domain_iam_role_name.

Returns:

  • (::String)


3838
3839
3840
# File 'sig/types.rbs', line 3838

def domain_iam_role_name
  @domain_iam_role_name
end

#enable_cloudwatch_logs_exports::Array[::String]

Returns the value of attribute enable_cloudwatch_logs_exports.

Returns:

  • (::Array[::String])


3834
3835
3836
# File 'sig/types.rbs', line 3834

def enable_cloudwatch_logs_exports
  @enable_cloudwatch_logs_exports
end

#enable_iam_database_authenticationBoolean

Returns the value of attribute enable_iam_database_authentication.

Returns:

  • (Boolean)


3827
3828
3829
# File 'sig/types.rbs', line 3827

def enable_iam_database_authentication
  @enable_iam_database_authentication
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


3816
3817
3818
# File 'sig/types.rbs', line 3816

def engine
  @engine
end

#engine_lifecycle_support::String

Returns the value of attribute engine_lifecycle_support.

Returns:

  • (::String)


3844
3845
3846
# File 'sig/types.rbs', line 3844

def engine_lifecycle_support
  @engine_lifecycle_support
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


3817
3818
3819
# File 'sig/types.rbs', line 3817

def engine_version
  @engine_version
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


3826
3827
3828
# File 'sig/types.rbs', line 3826

def kms_key_id
  @kms_key_id
end

#manage_master_user_passwordBoolean

Returns the value of attribute manage_master_user_password.

Returns:

  • (Boolean)


3842
3843
3844
# File 'sig/types.rbs', line 3842

def manage_master_user_password
  @manage_master_user_password
end

#master_user_password::String

Returns the value of attribute master_user_password.

Returns:

  • (::String)


3820
3821
3822
# File 'sig/types.rbs', line 3820

def master_user_password
  @master_user_password
end

#master_user_secret_kms_key_id::String

Returns the value of attribute master_user_secret_kms_key_id.

Returns:

  • (::String)


3843
3844
3845
# File 'sig/types.rbs', line 3843

def master_user_secret_kms_key_id
  @master_user_secret_kms_key_id
end

#master_username::String

Returns the value of attribute master_username.

Returns:

  • (::String)


3819
3820
3821
# File 'sig/types.rbs', line 3819

def master_username
  @master_username
end

#network_type::String

Returns the value of attribute network_type.

Returns:

  • (::String)


3840
3841
3842
# File 'sig/types.rbs', line 3840

def network_type
  @network_type
end

#option_group_name::String

Returns the value of attribute option_group_name.

Returns:

  • (::String)


3821
3822
3823
# File 'sig/types.rbs', line 3821

def option_group_name
  @option_group_name
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


3818
3819
3820
# File 'sig/types.rbs', line 3818

def port
  @port
end

#preferred_backup_window::String

Returns the value of attribute preferred_backup_window.

Returns:

  • (::String)


3822
3823
3824
# File 'sig/types.rbs', line 3822

def preferred_backup_window
  @preferred_backup_window
end

#preferred_maintenance_window::String

Returns the value of attribute preferred_maintenance_window.

Returns:

  • (::String)


3823
3824
3825
# File 'sig/types.rbs', line 3823

def preferred_maintenance_window
  @preferred_maintenance_window
end

#s3_bucket_name::String

Returns the value of attribute s3_bucket_name.

Returns:

  • (::String)


3830
3831
3832
# File 'sig/types.rbs', line 3830

def s3_bucket_name
  @s3_bucket_name
end

#s3_ingestion_role_arn::String

Returns the value of attribute s3_ingestion_role_arn.

Returns:

  • (::String)


3832
3833
3834
# File 'sig/types.rbs', line 3832

def s3_ingestion_role_arn
  @s3_ingestion_role_arn
end

#s3_prefix::String

Returns the value of attribute s3_prefix.

Returns:

  • (::String)


3831
3832
3833
# File 'sig/types.rbs', line 3831

def s3_prefix
  @s3_prefix
end

#serverless_v2_scaling_configurationTypes::ServerlessV2ScalingConfiguration

Returns the value of attribute serverless_v2_scaling_configuration.



3841
3842
3843
# File 'sig/types.rbs', line 3841

def serverless_v2_scaling_configuration
  @serverless_v2_scaling_configuration
end

#source_engine::String

Returns the value of attribute source_engine.

Returns:

  • (::String)


3828
3829
3830
# File 'sig/types.rbs', line 3828

def source_engine
  @source_engine
end

#source_engine_version::String

Returns the value of attribute source_engine_version.

Returns:

  • (::String)


3829
3830
3831
# File 'sig/types.rbs', line 3829

def source_engine_version
  @source_engine_version
end

#storage_encryptedBoolean

Returns the value of attribute storage_encrypted.

Returns:

  • (Boolean)


3825
3826
3827
# File 'sig/types.rbs', line 3825

def storage_encrypted
  @storage_encrypted
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


3839
3840
3841
# File 'sig/types.rbs', line 3839

def storage_type
  @storage_type
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3845
3846
3847
# File 'sig/types.rbs', line 3845

def tag_specifications
  @tag_specifications
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



3824
3825
3826
# File 'sig/types.rbs', line 3824

def tags
  @tags
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


3814
3815
3816
# File 'sig/types.rbs', line 3814

def vpc_security_group_ids
  @vpc_security_group_ids
end