Class: Aws::Types::CreateDBInstanceReadReplicaMessage

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#additional_storage_volumes::Array[Types::AdditionalStorageVolume]

Returns the value of attribute additional_storage_volumes.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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

def deletion_protection
  @deletion_protection
end

#domain::String

Returns the value of attribute domain.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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

def processor_features
  @processor_features
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.



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.



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.



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.



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.



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.



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.



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.



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.



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

def tags
  @tags
end

#upgrade_storage_configBoolean

Returns the value of attribute upgrade_storage_config.



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.



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.



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

def vpc_security_group_ids
  @vpc_security_group_ids
end