Class: Aws::Types::CreateClusterMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateClusterMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_info ⇒ ::String
Returns the value of attribute additional_info.
-
#allow_version_upgrade ⇒ Boolean
Returns the value of attribute allow_version_upgrade.
-
#aqua_configuration_status ⇒ "enabled", ...
Returns the value of attribute aqua_configuration_status.
-
#automated_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute automated_snapshot_retention_period.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_relocation ⇒ Boolean
Returns the value of attribute availability_zone_relocation.
-
#catalog_name ⇒ ::String
Returns the value of attribute catalog_name.
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#cluster_parameter_group_name ⇒ ::String
Returns the value of attribute cluster_parameter_group_name.
-
#cluster_security_groups ⇒ ::Array[::String]
Returns the value of attribute cluster_security_groups.
-
#cluster_subnet_group_name ⇒ ::String
Returns the value of attribute cluster_subnet_group_name.
-
#cluster_type ⇒ ::String
Returns the value of attribute cluster_type.
-
#cluster_version ⇒ ::String
Returns the value of attribute cluster_version.
-
#db_name ⇒ ::String
Returns the value of attribute db_name.
-
#default_iam_role_arn ⇒ ::String
Returns the value of attribute default_iam_role_arn.
-
#elastic_ip ⇒ ::String
Returns the value of attribute elastic_ip.
-
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
-
#enhanced_vpc_routing ⇒ Boolean
Returns the value of attribute enhanced_vpc_routing.
-
#extra_compute_for_automatic_optimization ⇒ Boolean
Returns the value of attribute extra_compute_for_automatic_optimization.
-
#hsm_client_certificate_identifier ⇒ ::String
Returns the value of attribute hsm_client_certificate_identifier.
-
#hsm_configuration_identifier ⇒ ::String
Returns the value of attribute hsm_configuration_identifier.
-
#iam_roles ⇒ ::Array[::String]
Returns the value of attribute iam_roles.
-
#ip_address_type ⇒ ::String
Returns the value of attribute ip_address_type.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#load_sample_data ⇒ ::String
Returns the value of attribute load_sample_data.
-
#maintenance_track_name ⇒ ::String
Returns the value of attribute maintenance_track_name.
-
#manage_master_password ⇒ Boolean
Returns the value of attribute manage_master_password.
-
#manual_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute manual_snapshot_retention_period.
-
#master_password_secret_kms_key_id ⇒ ::String
Returns the value of attribute master_password_secret_kms_key_id.
-
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
-
#master_username ⇒ ::String
Returns the value of attribute master_username.
-
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
-
#node_type ⇒ ::String
Returns the value of attribute node_type.
-
#number_of_nodes ⇒ ::Integer
Returns the value of attribute number_of_nodes.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
-
#redshift_idc_application_arn ⇒ ::String
Returns the value of attribute redshift_idc_application_arn.
-
#snapshot_schedule_identifier ⇒ ::String
Returns the value of attribute snapshot_schedule_identifier.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
Instance Attribute Details
#additional_info ⇒ ::String
Returns the value of attribute additional_info.
526 527 528 |
# File 'sig/types.rbs', line 526 def additional_info @additional_info end |
#allow_version_upgrade ⇒ Boolean
Returns the value of attribute allow_version_upgrade.
516 517 518 |
# File 'sig/types.rbs', line 516 def allow_version_upgrade @allow_version_upgrade end |
#aqua_configuration_status ⇒ "enabled", ...
Returns the value of attribute aqua_configuration_status.
531 532 533 |
# File 'sig/types.rbs', line 531 def aqua_configuration_status @aqua_configuration_status end |
#automated_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute automated_snapshot_retention_period.
512 513 514 |
# File 'sig/types.rbs', line 512 def automated_snapshot_retention_period @automated_snapshot_retention_period end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
509 510 511 |
# File 'sig/types.rbs', line 509 def availability_zone @availability_zone end |
#availability_zone_relocation ⇒ Boolean
Returns the value of attribute availability_zone_relocation.
530 531 532 |
# File 'sig/types.rbs', line 530 def availability_zone_relocation @availability_zone_relocation end |
#catalog_name ⇒ ::String
Returns the value of attribute catalog_name.
539 540 541 |
# File 'sig/types.rbs', line 539 def catalog_name @catalog_name end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
501 502 503 |
# File 'sig/types.rbs', line 501 def cluster_identifier @cluster_identifier end |
#cluster_parameter_group_name ⇒ ::String
Returns the value of attribute cluster_parameter_group_name.
511 512 513 |
# File 'sig/types.rbs', line 511 def cluster_parameter_group_name @cluster_parameter_group_name end |
#cluster_security_groups ⇒ ::Array[::String]
Returns the value of attribute cluster_security_groups.
506 507 508 |
# File 'sig/types.rbs', line 506 def cluster_security_groups @cluster_security_groups end |
#cluster_subnet_group_name ⇒ ::String
Returns the value of attribute cluster_subnet_group_name.
508 509 510 |
# File 'sig/types.rbs', line 508 def cluster_subnet_group_name @cluster_subnet_group_name end |
#cluster_type ⇒ ::String
Returns the value of attribute cluster_type.
502 503 504 |
# File 'sig/types.rbs', line 502 def cluster_type @cluster_type end |
#cluster_version ⇒ ::String
Returns the value of attribute cluster_version.
515 516 517 |
# File 'sig/types.rbs', line 515 def cluster_version @cluster_version end |
#db_name ⇒ ::String
Returns the value of attribute db_name.
500 501 502 |
# File 'sig/types.rbs', line 500 def db_name @db_name end |
#default_iam_role_arn ⇒ ::String
Returns the value of attribute default_iam_role_arn.
532 533 534 |
# File 'sig/types.rbs', line 532 def default_iam_role_arn @default_iam_role_arn end |
#elastic_ip ⇒ ::String
Returns the value of attribute elastic_ip.
522 523 524 |
# File 'sig/types.rbs', line 522 def elastic_ip @elastic_ip end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
519 520 521 |
# File 'sig/types.rbs', line 519 def encrypted @encrypted end |
#enhanced_vpc_routing ⇒ Boolean
Returns the value of attribute enhanced_vpc_routing.
525 526 527 |
# File 'sig/types.rbs', line 525 def enhanced_vpc_routing @enhanced_vpc_routing end |
#extra_compute_for_automatic_optimization ⇒ Boolean
Returns the value of attribute extra_compute_for_automatic_optimization.
540 541 542 |
# File 'sig/types.rbs', line 540 def extra_compute_for_automatic_optimization @extra_compute_for_automatic_optimization end |
#hsm_client_certificate_identifier ⇒ ::String
Returns the value of attribute hsm_client_certificate_identifier.
520 521 522 |
# File 'sig/types.rbs', line 520 def hsm_client_certificate_identifier @hsm_client_certificate_identifier end |
#hsm_configuration_identifier ⇒ ::String
Returns the value of attribute hsm_configuration_identifier.
521 522 523 |
# File 'sig/types.rbs', line 521 def hsm_configuration_identifier @hsm_configuration_identifier end |
#iam_roles ⇒ ::Array[::String]
Returns the value of attribute iam_roles.
527 528 529 |
# File 'sig/types.rbs', line 527 def iam_roles @iam_roles end |
#ip_address_type ⇒ ::String
Returns the value of attribute ip_address_type.
536 537 538 |
# File 'sig/types.rbs', line 536 def ip_address_type @ip_address_type end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
524 525 526 |
# File 'sig/types.rbs', line 524 def kms_key_id @kms_key_id end |
#load_sample_data ⇒ ::String
Returns the value of attribute load_sample_data.
533 534 535 |
# File 'sig/types.rbs', line 533 def load_sample_data @load_sample_data end |
#maintenance_track_name ⇒ ::String
Returns the value of attribute maintenance_track_name.
528 529 530 |
# File 'sig/types.rbs', line 528 def maintenance_track_name @maintenance_track_name end |
#manage_master_password ⇒ Boolean
Returns the value of attribute manage_master_password.
534 535 536 |
# File 'sig/types.rbs', line 534 def manage_master_password @manage_master_password end |
#manual_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute manual_snapshot_retention_period.
513 514 515 |
# File 'sig/types.rbs', line 513 def manual_snapshot_retention_period @manual_snapshot_retention_period end |
#master_password_secret_kms_key_id ⇒ ::String
Returns the value of attribute master_password_secret_kms_key_id.
535 536 537 |
# File 'sig/types.rbs', line 535 def master_password_secret_kms_key_id @master_password_secret_kms_key_id end |
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
505 506 507 |
# File 'sig/types.rbs', line 505 def master_user_password @master_user_password end |
#master_username ⇒ ::String
Returns the value of attribute master_username.
504 505 506 |
# File 'sig/types.rbs', line 504 def master_username @master_username end |
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
537 538 539 |
# File 'sig/types.rbs', line 537 def multi_az @multi_az end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
503 504 505 |
# File 'sig/types.rbs', line 503 def node_type @node_type end |
#number_of_nodes ⇒ ::Integer
Returns the value of attribute number_of_nodes.
517 518 519 |
# File 'sig/types.rbs', line 517 def number_of_nodes @number_of_nodes end |
#port ⇒ ::Integer
Returns the value of attribute port.
514 515 516 |
# File 'sig/types.rbs', line 514 def port @port end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
510 511 512 |
# File 'sig/types.rbs', line 510 def preferred_maintenance_window @preferred_maintenance_window end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
518 519 520 |
# File 'sig/types.rbs', line 518 def publicly_accessible @publicly_accessible end |
#redshift_idc_application_arn ⇒ ::String
Returns the value of attribute redshift_idc_application_arn.
538 539 540 |
# File 'sig/types.rbs', line 538 def redshift_idc_application_arn @redshift_idc_application_arn end |
#snapshot_schedule_identifier ⇒ ::String
Returns the value of attribute snapshot_schedule_identifier.
529 530 531 |
# File 'sig/types.rbs', line 529 def snapshot_schedule_identifier @snapshot_schedule_identifier end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
523 524 525 |
# File 'sig/types.rbs', line 523 def @tags end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
507 508 509 |
# File 'sig/types.rbs', line 507 def vpc_security_group_ids @vpc_security_group_ids end |