Class: Aws::Types::CreateDBInstanceMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:master_user_password, :tde_credential_password])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_storage_volumes::Array[Types::AdditionalStorageVolume]

Returns the value of attribute additional_storage_volumes.

Returns:



548
549
550
# File 'sig/types.rbs', line 548

def additional_storage_volumes
  @additional_storage_volumes
end

#allocated_storage::Integer

Returns the value of attribute allocated_storage.

Returns:

  • (::Integer)


486
487
488
# File 'sig/types.rbs', line 486

def allocated_storage
  @allocated_storage
end

#auto_minor_version_upgradeBoolean

Returns the value of attribute auto_minor_version_upgrade.

Returns:

  • (Boolean)


502
503
504
# File 'sig/types.rbs', line 502

def auto_minor_version_upgrade
  @auto_minor_version_upgrade
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


493
494
495
# File 'sig/types.rbs', line 493

def availability_zone
  @availability_zone
end

#backup_retention_period::Integer

Returns the value of attribute backup_retention_period.

Returns:

  • (::Integer)


497
498
499
# File 'sig/types.rbs', line 497

def backup_retention_period
  @backup_retention_period
end

#backup_target::String

Returns the value of attribute backup_target.

Returns:

  • (::String)


539
540
541
# File 'sig/types.rbs', line 539

def backup_target
  @backup_target
end

#ca_certificate_identifier::String

Returns the value of attribute ca_certificate_identifier.

Returns:

  • (::String)


542
543
544
# File 'sig/types.rbs', line 542

def ca_certificate_identifier
  @ca_certificate_identifier
end

#character_set_name::String

Returns the value of attribute character_set_name.

Returns:

  • (::String)


507
508
509
# File 'sig/types.rbs', line 507

def character_set_name
  @character_set_name
end

#copy_tags_to_snapshotBoolean

Returns the value of attribute copy_tags_to_snapshot.

Returns:

  • (Boolean)


522
523
524
# File 'sig/types.rbs', line 522

def copy_tags_to_snapshot
  @copy_tags_to_snapshot
end

#custom_iam_instance_profile::String

Returns the value of attribute custom_iam_instance_profile.

Returns:

  • (::String)


540
541
542
# File 'sig/types.rbs', line 540

def custom_iam_instance_profile
  @custom_iam_instance_profile
end

#database_insights_mode"standard", "advanced"

Returns the value of attribute database_insights_mode.

Returns:

  • ("standard", "advanced")


529
530
531
# File 'sig/types.rbs', line 529

def database_insights_mode
  @database_insights_mode
end

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


511
512
513
# File 'sig/types.rbs', line 511

def db_cluster_identifier
  @db_cluster_identifier
end

#db_instance_class::String

Returns the value of attribute db_instance_class.

Returns:

  • (::String)


487
488
489
# File 'sig/types.rbs', line 487

def db_instance_class
  @db_instance_class
end

#db_instance_identifier::String

Returns the value of attribute db_instance_identifier.

Returns:

  • (::String)


485
486
487
# File 'sig/types.rbs', line 485

def db_instance_identifier
  @db_instance_identifier
end

#db_name::String

Returns the value of attribute db_name.

Returns:

  • (::String)


484
485
486
# File 'sig/types.rbs', line 484

def db_name
  @db_name
end

#db_parameter_group_name::String

Returns the value of attribute db_parameter_group_name.

Returns:

  • (::String)


496
497
498
# File 'sig/types.rbs', line 496

def db_parameter_group_name
  @db_parameter_group_name
end

#db_security_groups::Array[::String]

Returns the value of attribute db_security_groups.

Returns:

  • (::Array[::String])


491
492
493
# File 'sig/types.rbs', line 491

def db_security_groups
  @db_security_groups
end

#db_subnet_group_name::String

Returns the value of attribute db_subnet_group_name.

Returns:

  • (::String)


494
495
496
# File 'sig/types.rbs', line 494

def db_subnet_group_name
  @db_subnet_group_name
end

#db_system_id::String

Returns the value of attribute db_system_id.

Returns:

  • (::String)


541
542
543
# File 'sig/types.rbs', line 541

def db_system_id
  @db_system_id
end

#dedicated_log_volumeBoolean

Returns the value of attribute dedicated_log_volume.

Returns:

  • (Boolean)


546
547
548
# File 'sig/types.rbs', line 546

def dedicated_log_volume
  @dedicated_log_volume
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


535
536
537
# File 'sig/types.rbs', line 535

def deletion_protection
  @deletion_protection
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


517
518
519
# File 'sig/types.rbs', line 517

def domain
  @domain
end

#domain_auth_secret_arn::String

Returns the value of attribute domain_auth_secret_arn.

Returns:

  • (::String)


520
521
522
# File 'sig/types.rbs', line 520

def domain_auth_secret_arn
  @domain_auth_secret_arn
end

#domain_dns_ips::Array[::String]

Returns the value of attribute domain_dns_ips.

Returns:

  • (::Array[::String])


521
522
523
# File 'sig/types.rbs', line 521

def domain_dns_ips
  @domain_dns_ips
end

#domain_fqdn::String

Returns the value of attribute domain_fqdn.

Returns:

  • (::String)


518
519
520
# File 'sig/types.rbs', line 518

def domain_fqdn
  @domain_fqdn
end

#domain_iam_role_name::String

Returns the value of attribute domain_iam_role_name.

Returns:

  • (::String)


525
526
527
# File 'sig/types.rbs', line 525

def domain_iam_role_name
  @domain_iam_role_name
end

#domain_ou::String

Returns the value of attribute domain_ou.

Returns:

  • (::String)


519
520
521
# File 'sig/types.rbs', line 519

def domain_ou
  @domain_ou
end

#enable_cloudwatch_logs_exports::Array[::String]

Returns the value of attribute enable_cloudwatch_logs_exports.

Returns:

  • (::Array[::String])


533
534
535
# File 'sig/types.rbs', line 533

def enable_cloudwatch_logs_exports
  @enable_cloudwatch_logs_exports
end

#enable_customer_owned_ipBoolean

Returns the value of attribute enable_customer_owned_ip.

Returns:

  • (Boolean)


537
538
539
# File 'sig/types.rbs', line 537

def enable_customer_owned_ip
  @enable_customer_owned_ip
end

#enable_iam_database_authenticationBoolean

Returns the value of attribute enable_iam_database_authentication.

Returns:

  • (Boolean)


528
529
530
# File 'sig/types.rbs', line 528

def enable_iam_database_authentication
  @enable_iam_database_authentication
end

#enable_performance_insightsBoolean

Returns the value of attribute enable_performance_insights.

Returns:

  • (Boolean)


530
531
532
# File 'sig/types.rbs', line 530

def enable_performance_insights
  @enable_performance_insights
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


488
489
490
# File 'sig/types.rbs', line 488

def engine
  @engine
end

#engine_lifecycle_support::String

Returns the value of attribute engine_lifecycle_support.

Returns:

  • (::String)


547
548
549
# File 'sig/types.rbs', line 547

def engine_lifecycle_support
  @engine_lifecycle_support
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


501
502
503
# File 'sig/types.rbs', line 501

def engine_version
  @engine_version
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


504
505
506
# File 'sig/types.rbs', line 504

def iops
  @iops
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


516
517
518
# File 'sig/types.rbs', line 516

def kms_key_id
  @kms_key_id
end

#license_model::String

Returns the value of attribute license_model.

Returns:

  • (::String)


503
504
505
# File 'sig/types.rbs', line 503

def license_model
  @license_model
end

#manage_master_user_passwordBoolean

Returns the value of attribute manage_master_user_password.

Returns:

  • (Boolean)


543
544
545
# File 'sig/types.rbs', line 543

def manage_master_user_password
  @manage_master_user_password
end

#master_user_authentication_type"password", "iam-db-auth"

Returns the value of attribute master_user_authentication_type.

Returns:

  • ("password", "iam-db-auth")


550
551
552
# File 'sig/types.rbs', line 550

def master_user_authentication_type
  @master_user_authentication_type
end

#master_user_password::String

Returns the value of attribute master_user_password.

Returns:

  • (::String)


490
491
492
# File 'sig/types.rbs', line 490

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)


544
545
546
# File 'sig/types.rbs', line 544

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)


489
490
491
# File 'sig/types.rbs', line 489

def master_username
  @master_username
end

#max_allocated_storage::Integer

Returns the value of attribute max_allocated_storage.

Returns:

  • (::Integer)


536
537
538
# File 'sig/types.rbs', line 536

def max_allocated_storage
  @max_allocated_storage
end

#monitoring_interval::Integer

Returns the value of attribute monitoring_interval.

Returns:

  • (::Integer)


523
524
525
# File 'sig/types.rbs', line 523

def monitoring_interval
  @monitoring_interval
end

#monitoring_role_arn::String

Returns the value of attribute monitoring_role_arn.

Returns:

  • (::String)


524
525
526
# File 'sig/types.rbs', line 524

def monitoring_role_arn
  @monitoring_role_arn
end

#multi_azBoolean

Returns the value of attribute multi_az.

Returns:

  • (Boolean)


500
501
502
# File 'sig/types.rbs', line 500

def multi_az
  @multi_az
end

#multi_tenantBoolean

Returns the value of attribute multi_tenant.

Returns:

  • (Boolean)


545
546
547
# File 'sig/types.rbs', line 545

def multi_tenant
  @multi_tenant
end

#nchar_character_set_name::String

Returns the value of attribute nchar_character_set_name.

Returns:

  • (::String)


508
509
510
# File 'sig/types.rbs', line 508

def nchar_character_set_name
  @nchar_character_set_name
end

#network_type::String

Returns the value of attribute network_type.

Returns:

  • (::String)


538
539
540
# File 'sig/types.rbs', line 538

def network_type
  @network_type
end

#option_group_name::String

Returns the value of attribute option_group_name.

Returns:

  • (::String)


506
507
508
# File 'sig/types.rbs', line 506

def option_group_name
  @option_group_name
end

#performance_insights_kms_key_id::String

Returns the value of attribute performance_insights_kms_key_id.

Returns:

  • (::String)


531
532
533
# File 'sig/types.rbs', line 531

def performance_insights_kms_key_id
  @performance_insights_kms_key_id
end

#performance_insights_retention_period::Integer

Returns the value of attribute performance_insights_retention_period.

Returns:

  • (::Integer)


532
533
534
# File 'sig/types.rbs', line 532

def performance_insights_retention_period
  @performance_insights_retention_period
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


499
500
501
# File 'sig/types.rbs', line 499

def port
  @port
end

#preferred_backup_window::String

Returns the value of attribute preferred_backup_window.

Returns:

  • (::String)


498
499
500
# File 'sig/types.rbs', line 498

def preferred_backup_window
  @preferred_backup_window
end

#preferred_maintenance_window::String

Returns the value of attribute preferred_maintenance_window.

Returns:

  • (::String)


495
496
497
# File 'sig/types.rbs', line 495

def preferred_maintenance_window
  @preferred_maintenance_window
end

#processor_features::Array[Types::ProcessorFeature]

Returns the value of attribute processor_features.

Returns:



534
535
536
# File 'sig/types.rbs', line 534

def processor_features
  @processor_features
end

#promotion_tier::Integer

Returns the value of attribute promotion_tier.

Returns:

  • (::Integer)


526
527
528
# File 'sig/types.rbs', line 526

def promotion_tier
  @promotion_tier
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


509
510
511
# File 'sig/types.rbs', line 509

def publicly_accessible
  @publicly_accessible
end

#storage_encryptedBoolean

Returns the value of attribute storage_encrypted.

Returns:

  • (Boolean)


515
516
517
# File 'sig/types.rbs', line 515

def storage_encrypted
  @storage_encrypted
end

#storage_throughput::Integer

Returns the value of attribute storage_throughput.

Returns:

  • (::Integer)


505
506
507
# File 'sig/types.rbs', line 505

def storage_throughput
  @storage_throughput
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


512
513
514
# File 'sig/types.rbs', line 512

def storage_type
  @storage_type
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



549
550
551
# File 'sig/types.rbs', line 549

def tag_specifications
  @tag_specifications
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



510
511
512
# File 'sig/types.rbs', line 510

def tags
  @tags
end

#tde_credential_arn::String

Returns the value of attribute tde_credential_arn.

Returns:

  • (::String)


513
514
515
# File 'sig/types.rbs', line 513

def tde_credential_arn
  @tde_credential_arn
end

#tde_credential_password::String

Returns the value of attribute tde_credential_password.

Returns:

  • (::String)


514
515
516
# File 'sig/types.rbs', line 514

def tde_credential_password
  @tde_credential_password
end

#timezone::String

Returns the value of attribute timezone.

Returns:

  • (::String)


527
528
529
# File 'sig/types.rbs', line 527

def timezone
  @timezone
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


492
493
494
# File 'sig/types.rbs', line 492

def vpc_security_group_ids
  @vpc_security_group_ids
end