Class: Aws::Neptune::Types::DBInstance
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::DBInstance
- Defined in:
- gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb
Overview
Contains the details of an Amazon Neptune DB instance.
This data type is used as a response element in the DescribeDBInstances action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allocated_storage ⇒ Integer
Not supported by Neptune.
-
#auto_minor_version_upgrade ⇒ Boolean
Indicates that minor version patches are applied automatically.
-
#availability_zone ⇒ String
Specifies the name of the Availability Zone the DB instance is located in.
-
#backup_retention_period ⇒ Integer
Specifies the number of days for which automatic DB snapshots are retained.
-
#ca_certificate_identifier ⇒ String
The identifier of the CA certificate for this DB instance.
-
#character_set_name ⇒ String
(Not supported by Neptune).
-
#copy_tags_to_snapshot ⇒ Boolean
Specifies whether tags are copied from the DB instance to snapshots of the DB instance.
-
#db_cluster_identifier ⇒ String
If the DB instance is a member of a DB cluster, contains the name of the DB cluster that the DB instance is a member of.
-
#db_instance_arn ⇒ String
The Amazon Resource Name (ARN) for the DB instance.
-
#db_instance_class ⇒ String
Contains the name of the compute and memory capacity class of the DB instance.
-
#db_instance_identifier ⇒ String
Contains a user-supplied database identifier.
-
#db_instance_port ⇒ Integer
Specifies the port that the DB instance listens on.
-
#db_instance_status ⇒ String
Specifies the current state of this database.
-
#db_name ⇒ String
The database name.
-
#db_parameter_groups ⇒ Array<Types::DBParameterGroupStatus>
Provides the list of DB parameter groups applied to this DB instance.
-
#db_security_groups ⇒ Array<Types::DBSecurityGroupMembership>
Provides List of DB security group elements containing only
DBSecurityGroup.Name
andDBSecurityGroup.Status
subelements. -
#db_subnet_group ⇒ Types::DBSubnetGroup
Specifies information on the subnet group associated with the DB instance, including the name, description, and subnets in the subnet group.
-
#dbi_resource_id ⇒ String
The Amazon Region-unique, immutable identifier for the DB instance.
-
#deletion_protection ⇒ Boolean
Indicates whether or not the DB instance has deletion protection enabled.
-
#domain_memberships ⇒ Array<Types::DomainMembership>
Not supported.
-
#enabled_cloudwatch_logs_exports ⇒ Array<String>
A list of log types that this DB instance is configured to export to CloudWatch Logs.
-
#endpoint ⇒ Types::Endpoint
Specifies the connection endpoint.
-
#engine ⇒ String
Provides the name of the database engine to be used for this DB instance.
-
#engine_version ⇒ String
Indicates the database engine version.
-
#enhanced_monitoring_resource_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log stream that receives the Enhanced Monitoring metrics data for the DB instance.
-
#iam_database_authentication_enabled ⇒ Boolean
True if Amazon Identity and Access Management (IAM) authentication is enabled, and otherwise false.
-
#instance_create_time ⇒ Time
Provides the date and time the DB instance was created.
-
#iops ⇒ Integer
Specifies the Provisioned IOPS (I/O operations per second) value.
-
#kms_key_id ⇒ String
Not supported: The encryption for DB instances is managed by the DB cluster.
-
#latest_restorable_time ⇒ Time
Specifies the latest time to which a database can be restored with point-in-time restore.
-
#license_model ⇒ String
License model information for this DB instance.
-
#master_username ⇒ String
Not supported by Neptune.
-
#monitoring_interval ⇒ Integer
The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance.
-
#monitoring_role_arn ⇒ String
The ARN for the IAM role that permits Neptune to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.
-
#multi_az ⇒ Boolean
Specifies if the DB instance is a Multi-AZ deployment.
-
#option_group_memberships ⇒ Array<Types::OptionGroupMembership>
(Not supported by Neptune).
-
#pending_modified_values ⇒ Types::PendingModifiedValues
Specifies that changes to the DB instance are pending.
-
#performance_insights_enabled ⇒ Boolean
(Not supported by Neptune).
-
#performance_insights_kms_key_id ⇒ String
(Not supported by Neptune).
-
#preferred_backup_window ⇒ String
Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the
BackupRetentionPeriod
. -
#preferred_maintenance_window ⇒ String
Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
-
#promotion_tier ⇒ Integer
A value that specifies the order in which a Read Replica is promoted to the primary instance after a failure of the existing primary instance.
-
#publicly_accessible ⇒ Boolean
This flag should no longer be used.
-
#read_replica_db_cluster_identifiers ⇒ Array<String>
Contains one or more identifiers of DB clusters that are Read Replicas of this DB instance.
-
#read_replica_db_instance_identifiers ⇒ Array<String>
Contains one or more identifiers of the Read Replicas associated with this DB instance.
-
#read_replica_source_db_instance_identifier ⇒ String
Contains the identifier of the source DB instance if this DB instance is a Read Replica.
-
#secondary_availability_zone ⇒ String
If present, specifies the name of the secondary Availability Zone for a DB instance with multi-AZ support.
-
#status_infos ⇒ Array<Types::DBInstanceStatusInfo>
The status of a Read Replica.
-
#storage_encrypted ⇒ Boolean
Not supported: The encryption for DB instances is managed by the DB cluster.
-
#storage_type ⇒ String
Specifies the storage type associated with DB instance.
-
#tde_credential_arn ⇒ String
The ARN from the key store with which the instance is associated for TDE encryption.
-
#timezone ⇒ String
Not supported.
-
#vpc_security_groups ⇒ Array<Types::VpcSecurityGroupMembership>
Provides a list of VPC security group elements that the DB instance belongs to.
Instance Attribute Details
#allocated_storage ⇒ Integer
Not supported by Neptune.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#auto_minor_version_upgrade ⇒ Boolean
Indicates that minor version patches are applied automatically.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#availability_zone ⇒ String
Specifies the name of the Availability Zone the DB instance is located in.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#backup_retention_period ⇒ Integer
Specifies the number of days for which automatic DB snapshots are retained.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#ca_certificate_identifier ⇒ String
The identifier of the CA certificate for this DB instance.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#character_set_name ⇒ String
(Not supported by Neptune)
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#copy_tags_to_snapshot ⇒ Boolean
Specifies whether tags are copied from the DB instance to snapshots of the DB instance.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#db_cluster_identifier ⇒ String
If the DB instance is a member of a DB cluster, contains the name of the DB cluster that the DB instance is a member of.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#db_instance_arn ⇒ String
The Amazon Resource Name (ARN) for the DB instance.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#db_instance_class ⇒ String
Contains the name of the compute and memory capacity class of the DB instance.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#db_instance_identifier ⇒ String
Contains a user-supplied database identifier. This identifier is the unique key that identifies a DB instance.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#db_instance_port ⇒ Integer
Specifies the port that the DB instance listens on. If the DB instance is part of a DB cluster, this can be a different port than the DB cluster port.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#db_instance_status ⇒ String
Specifies the current state of this database.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#db_name ⇒ String
The database name.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#db_parameter_groups ⇒ Array<Types::DBParameterGroupStatus>
Provides the list of DB parameter groups applied to this DB instance.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#db_security_groups ⇒ Array<Types::DBSecurityGroupMembership>
Provides List of DB security group elements containing only
DBSecurityGroup.Name
and DBSecurityGroup.Status
subelements.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#db_subnet_group ⇒ Types::DBSubnetGroup
Specifies information on the subnet group associated with the DB instance, including the name, description, and subnets in the subnet group.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#dbi_resource_id ⇒ String
The Amazon Region-unique, immutable identifier for the DB instance. This identifier is found in Amazon CloudTrail log entries whenever the Amazon KMS key for the DB instance is accessed.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#deletion_protection ⇒ Boolean
Indicates whether or not the DB instance has deletion protection enabled. The instance can't be deleted when deletion protection is enabled. See Deleting a DB Instance.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#domain_memberships ⇒ Array<Types::DomainMembership>
Not supported
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#enabled_cloudwatch_logs_exports ⇒ Array<String>
A list of log types that this DB instance is configured to export to CloudWatch Logs.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#endpoint ⇒ Types::Endpoint
Specifies the connection endpoint.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#engine ⇒ String
Provides the name of the database engine to be used for this DB instance.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
Indicates the database engine version.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#enhanced_monitoring_resource_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log stream that receives the Enhanced Monitoring metrics data for the DB instance.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#iam_database_authentication_enabled ⇒ Boolean
True if Amazon Identity and Access Management (IAM) authentication is enabled, and otherwise false.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#instance_create_time ⇒ Time
Provides the date and time the DB instance was created.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#iops ⇒ Integer
Specifies the Provisioned IOPS (I/O operations per second) value.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#kms_key_id ⇒ String
Not supported: The encryption for DB instances is managed by the DB cluster.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#latest_restorable_time ⇒ Time
Specifies the latest time to which a database can be restored with point-in-time restore.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#license_model ⇒ String
License model information for this DB instance.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#master_username ⇒ String
Not supported by Neptune.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#monitoring_interval ⇒ Integer
The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#monitoring_role_arn ⇒ String
The ARN for the IAM role that permits Neptune to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#multi_az ⇒ Boolean
Specifies if the DB instance is a Multi-AZ deployment.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#option_group_memberships ⇒ Array<Types::OptionGroupMembership>
(Not supported by Neptune)
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#pending_modified_values ⇒ Types::PendingModifiedValues
Specifies that changes to the DB instance are pending. This element is only included when changes are pending. Specific changes are identified by subelements.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#performance_insights_enabled ⇒ Boolean
(Not supported by Neptune)
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#performance_insights_kms_key_id ⇒ String
(Not supported by Neptune)
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#preferred_backup_window ⇒ String
Specifies the daily time range during which automated backups are
created if automated backups are enabled, as determined by the
BackupRetentionPeriod
.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#preferred_maintenance_window ⇒ String
Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#promotion_tier ⇒ Integer
A value that specifies the order in which a Read Replica is promoted to the primary instance after a failure of the existing primary instance.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#publicly_accessible ⇒ Boolean
This flag should no longer be used.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#read_replica_db_cluster_identifiers ⇒ Array<String>
Contains one or more identifiers of DB clusters that are Read Replicas of this DB instance.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#read_replica_db_instance_identifiers ⇒ Array<String>
Contains one or more identifiers of the Read Replicas associated with this DB instance.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#read_replica_source_db_instance_identifier ⇒ String
Contains the identifier of the source DB instance if this DB instance is a Read Replica.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#secondary_availability_zone ⇒ String
If present, specifies the name of the secondary Availability Zone for a DB instance with multi-AZ support.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#status_infos ⇒ Array<Types::DBInstanceStatusInfo>
The status of a Read Replica. If the instance is not a Read Replica, this is blank.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#storage_encrypted ⇒ Boolean
Not supported: The encryption for DB instances is managed by the DB cluster.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#storage_type ⇒ String
Specifies the storage type associated with DB instance.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#tde_credential_arn ⇒ String
The ARN from the key store with which the instance is associated for TDE encryption.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#timezone ⇒ String
Not supported.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#vpc_security_groups ⇒ Array<Types::VpcSecurityGroupMembership>
Provides a list of VPC security group elements that the DB instance belongs to.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3016 class DBInstance < Struct.new( :db_instance_identifier, :db_instance_class, :engine, :db_instance_status, :master_username, :db_name, :endpoint, :allocated_storage, :instance_create_time, :preferred_backup_window, :backup_retention_period, :db_security_groups, :vpc_security_groups, :db_parameter_groups, :availability_zone, :db_subnet_group, :preferred_maintenance_window, :pending_modified_values, :latest_restorable_time, :multi_az, :engine_version, :auto_minor_version_upgrade, :read_replica_source_db_instance_identifier, :read_replica_db_instance_identifiers, :read_replica_db_cluster_identifiers, :license_model, :iops, :option_group_memberships, :character_set_name, :secondary_availability_zone, :publicly_accessible, :status_infos, :storage_type, :tde_credential_arn, :db_instance_port, :db_cluster_identifier, :storage_encrypted, :kms_key_id, :dbi_resource_id, :ca_certificate_identifier, :domain_memberships, :copy_tags_to_snapshot, :monitoring_interval, :enhanced_monitoring_resource_arn, :monitoring_role_arn, :promotion_tier, :db_instance_arn, :timezone, :iam_database_authentication_enabled, :performance_insights_enabled, :performance_insights_kms_key_id, :enabled_cloudwatch_logs_exports, :deletion_protection) SENSITIVE = [] include Aws::Structure end |