Class: Aws::Types::CreateDBInstanceReadReplicaMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:pre_signed_url])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_storage_volumes::Array[Types::AdditionalStorageVolume]

Returns the value of attribute additional_storage_volumes.

Returns:



602
603
604
# File 'sig/types.rbs', line 602

def additional_storage_volumes
  @additional_storage_volumes
end

#allocated_storage::Integer

Returns the value of attribute allocated_storage.

Returns:

  • (::Integer)


597
598
599
# File 'sig/types.rbs', line 597

def allocated_storage
  @allocated_storage
end

#auto_minor_version_upgradeBoolean

Returns the value of attribute auto_minor_version_upgrade.

Returns:

  • (Boolean)


561
562
563
# File 'sig/types.rbs', line 561

def auto_minor_version_upgrade
  @auto_minor_version_upgrade
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


558
559
560
# File 'sig/types.rbs', line 558

def availability_zone
  @availability_zone
end

#backup_target::String

Returns the value of attribute backup_target.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def backup_target
  @backup_target
end

#ca_certificate_identifier::String

Returns the value of attribute ca_certificate_identifier.

Returns:

  • (::String)


601
602
603
# File 'sig/types.rbs', line 601

def ca_certificate_identifier
  @ca_certificate_identifier
end

#copy_tags_to_snapshotBoolean

Returns the value of attribute copy_tags_to_snapshot.

Returns:

  • (Boolean)


571
572
573
# File 'sig/types.rbs', line 571

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)


596
597
598
# File 'sig/types.rbs', line 596

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")


577
578
579
# File 'sig/types.rbs', line 577

def database_insights_mode
  @database_insights_mode
end

#db_instance_class::String

Returns the value of attribute db_instance_class.

Returns:

  • (::String)


557
558
559
# File 'sig/types.rbs', line 557

def db_instance_class
  @db_instance_class
end

#db_instance_identifier::String

Returns the value of attribute db_instance_identifier.

Returns:

  • (::String)


555
556
557
# File 'sig/types.rbs', line 555

def db_instance_identifier
  @db_instance_identifier
end

#db_parameter_group_name::String

Returns the value of attribute db_parameter_group_name.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def db_parameter_group_name
  @db_parameter_group_name
end

#db_subnet_group_name::String

Returns the value of attribute db_subnet_group_name.

Returns:

  • (::String)


568
569
570
# File 'sig/types.rbs', line 568

def db_subnet_group_name
  @db_subnet_group_name
end

#dedicated_log_volumeBoolean

Returns the value of attribute dedicated_log_volume.

Returns:

  • (Boolean)


599
600
601
# File 'sig/types.rbs', line 599

def dedicated_log_volume
  @dedicated_log_volume
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


584
585
586
# File 'sig/types.rbs', line 584

def deletion_protection
  @deletion_protection
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


585
586
587
# File 'sig/types.rbs', line 585

def domain
  @domain
end

#domain_auth_secret_arn::String

Returns the value of attribute domain_auth_secret_arn.

Returns:

  • (::String)


589
590
591
# File 'sig/types.rbs', line 589

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])


590
591
592
# File 'sig/types.rbs', line 590

def domain_dns_ips
  @domain_dns_ips
end

#domain_fqdn::String

Returns the value of attribute domain_fqdn.

Returns:

  • (::String)


587
588
589
# File 'sig/types.rbs', line 587

def domain_fqdn
  @domain_fqdn
end

#domain_iam_role_name::String

Returns the value of attribute domain_iam_role_name.

Returns:

  • (::String)


586
587
588
# File 'sig/types.rbs', line 586

def domain_iam_role_name
  @domain_iam_role_name
end

#domain_ou::String

Returns the value of attribute domain_ou.

Returns:

  • (::String)


588
589
590
# File 'sig/types.rbs', line 588

def domain_ou
  @domain_ou
end

#enable_cloudwatch_logs_exports::Array[::String]

Returns the value of attribute enable_cloudwatch_logs_exports.

Returns:

  • (::Array[::String])


581
582
583
# File 'sig/types.rbs', line 581

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)


592
593
594
# File 'sig/types.rbs', line 592

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)


576
577
578
# File 'sig/types.rbs', line 576

def enable_iam_database_authentication
  @enable_iam_database_authentication
end

#enable_performance_insightsBoolean

Returns the value of attribute enable_performance_insights.

Returns:

  • (Boolean)


578
579
580
# File 'sig/types.rbs', line 578

def enable_performance_insights
  @enable_performance_insights
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


562
563
564
# File 'sig/types.rbs', line 562

def iops
  @iops
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


574
575
576
# File 'sig/types.rbs', line 574

def kms_key_id
  @kms_key_id
end

#max_allocated_storage::Integer

Returns the value of attribute max_allocated_storage.

Returns:

  • (::Integer)


594
595
596
# File 'sig/types.rbs', line 594

def max_allocated_storage
  @max_allocated_storage
end

#monitoring_interval::Integer

Returns the value of attribute monitoring_interval.

Returns:

  • (::Integer)


572
573
574
# File 'sig/types.rbs', line 572

def monitoring_interval
  @monitoring_interval
end

#monitoring_role_arn::String

Returns the value of attribute monitoring_role_arn.

Returns:

  • (::String)


573
574
575
# File 'sig/types.rbs', line 573

def monitoring_role_arn
  @monitoring_role_arn
end

#multi_azBoolean

Returns the value of attribute multi_az.

Returns:

  • (Boolean)


560
561
562
# File 'sig/types.rbs', line 560

def multi_az
  @multi_az
end

#network_type::String

Returns the value of attribute network_type.

Returns:

  • (::String)


593
594
595
# File 'sig/types.rbs', line 593

def network_type
  @network_type
end

#option_group_name::String

Returns the value of attribute option_group_name.

Returns:

  • (::String)


564
565
566
# File 'sig/types.rbs', line 564

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)


579
580
581
# File 'sig/types.rbs', line 579

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)


580
581
582
# File 'sig/types.rbs', line 580

def performance_insights_retention_period
  @performance_insights_retention_period
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


559
560
561
# File 'sig/types.rbs', line 559

def port
  @port
end

#pre_signed_url::String

Returns the value of attribute pre_signed_url.

Returns:

  • (::String)


575
576
577
# File 'sig/types.rbs', line 575

def pre_signed_url
  @pre_signed_url
end

#processor_features::Array[Types::ProcessorFeature]

Returns the value of attribute processor_features.

Returns:



582
583
584
# File 'sig/types.rbs', line 582

def processor_features
  @processor_features
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


566
567
568
# File 'sig/types.rbs', line 566

def publicly_accessible
  @publicly_accessible
end

#replica_mode"open-read-only", "mounted"

Returns the value of attribute replica_mode.

Returns:

  • ("open-read-only", "mounted")


591
592
593
# File 'sig/types.rbs', line 591

def replica_mode
  @replica_mode
end

#source_db_cluster_identifier::String

Returns the value of attribute source_db_cluster_identifier.

Returns:

  • (::String)


598
599
600
# File 'sig/types.rbs', line 598

def source_db_cluster_identifier
  @source_db_cluster_identifier
end

#source_db_instance_identifier::String

Returns the value of attribute source_db_instance_identifier.

Returns:

  • (::String)


556
557
558
# File 'sig/types.rbs', line 556

def source_db_instance_identifier
  @source_db_instance_identifier
end

#source_region::String

Returns the value of attribute source_region.

Returns:

  • (::String)


604
605
606
# File 'sig/types.rbs', line 604

def source_region
  @source_region
end

#storage_throughput::Integer

Returns the value of attribute storage_throughput.

Returns:

  • (::Integer)


563
564
565
# File 'sig/types.rbs', line 563

def storage_throughput
  @storage_throughput
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


570
571
572
# File 'sig/types.rbs', line 570

def storage_type
  @storage_type
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



603
604
605
# File 'sig/types.rbs', line 603

def tag_specifications
  @tag_specifications
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



567
568
569
# File 'sig/types.rbs', line 567

def tags
  @tags
end

#upgrade_storage_configBoolean

Returns the value of attribute upgrade_storage_config.

Returns:

  • (Boolean)


600
601
602
# File 'sig/types.rbs', line 600

def upgrade_storage_config
  @upgrade_storage_config
end

#use_default_processor_featuresBoolean

Returns the value of attribute use_default_processor_features.

Returns:

  • (Boolean)


583
584
585
# File 'sig/types.rbs', line 583

def use_default_processor_features
  @use_default_processor_features
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


569
570
571
# File 'sig/types.rbs', line 569

def vpc_security_group_ids
  @vpc_security_group_ids
end