Class: Aws::SecurityHub::Types::AwsRedshiftClusterPendingModifiedValues

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Changes to the Amazon Redshift cluster that are currently pending.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#automated_snapshot_retention_periodInteger

The pending or in-progress change to the automated snapshot retention period.

Returns:

  • (Integer)


17365
17366
17367
17368
17369
17370
17371
17372
17373
17374
17375
17376
17377
17378
17379
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17365

class AwsRedshiftClusterPendingModifiedValues < Struct.new(
  :automated_snapshot_retention_period,
  :cluster_identifier,
  :cluster_type,
  :cluster_version,
  :encryption_type,
  :enhanced_vpc_routing,
  :maintenance_track_name,
  :master_user_password,
  :node_type,
  :number_of_nodes,
  :publicly_accessible)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_identifierString

The pending or in-progress change to the identifier for the cluster.

Returns:

  • (String)


17365
17366
17367
17368
17369
17370
17371
17372
17373
17374
17375
17376
17377
17378
17379
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17365

class AwsRedshiftClusterPendingModifiedValues < Struct.new(
  :automated_snapshot_retention_period,
  :cluster_identifier,
  :cluster_type,
  :cluster_version,
  :encryption_type,
  :enhanced_vpc_routing,
  :maintenance_track_name,
  :master_user_password,
  :node_type,
  :number_of_nodes,
  :publicly_accessible)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_typeString

The pending or in-progress change to the cluster type.

Returns:

  • (String)


17365
17366
17367
17368
17369
17370
17371
17372
17373
17374
17375
17376
17377
17378
17379
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17365

class AwsRedshiftClusterPendingModifiedValues < Struct.new(
  :automated_snapshot_retention_period,
  :cluster_identifier,
  :cluster_type,
  :cluster_version,
  :encryption_type,
  :enhanced_vpc_routing,
  :maintenance_track_name,
  :master_user_password,
  :node_type,
  :number_of_nodes,
  :publicly_accessible)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_versionString

The pending or in-progress change to the service version.

Returns:

  • (String)


17365
17366
17367
17368
17369
17370
17371
17372
17373
17374
17375
17376
17377
17378
17379
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17365

class AwsRedshiftClusterPendingModifiedValues < Struct.new(
  :automated_snapshot_retention_period,
  :cluster_identifier,
  :cluster_type,
  :cluster_version,
  :encryption_type,
  :enhanced_vpc_routing,
  :maintenance_track_name,
  :master_user_password,
  :node_type,
  :number_of_nodes,
  :publicly_accessible)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_typeString

The encryption type for a cluster.

Returns:

  • (String)


17365
17366
17367
17368
17369
17370
17371
17372
17373
17374
17375
17376
17377
17378
17379
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17365

class AwsRedshiftClusterPendingModifiedValues < Struct.new(
  :automated_snapshot_retention_period,
  :cluster_identifier,
  :cluster_type,
  :cluster_version,
  :encryption_type,
  :enhanced_vpc_routing,
  :maintenance_track_name,
  :master_user_password,
  :node_type,
  :number_of_nodes,
  :publicly_accessible)
  SENSITIVE = []
  include Aws::Structure
end

#enhanced_vpc_routingBoolean

Indicates whether to create the cluster with enhanced VPC routing enabled.

Returns:

  • (Boolean)


17365
17366
17367
17368
17369
17370
17371
17372
17373
17374
17375
17376
17377
17378
17379
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17365

class AwsRedshiftClusterPendingModifiedValues < Struct.new(
  :automated_snapshot_retention_period,
  :cluster_identifier,
  :cluster_type,
  :cluster_version,
  :encryption_type,
  :enhanced_vpc_routing,
  :maintenance_track_name,
  :master_user_password,
  :node_type,
  :number_of_nodes,
  :publicly_accessible)
  SENSITIVE = []
  include Aws::Structure
end

#maintenance_track_nameString

The name of the maintenance track that the cluster changes to during the next maintenance window.

Returns:

  • (String)


17365
17366
17367
17368
17369
17370
17371
17372
17373
17374
17375
17376
17377
17378
17379
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17365

class AwsRedshiftClusterPendingModifiedValues < Struct.new(
  :automated_snapshot_retention_period,
  :cluster_identifier,
  :cluster_type,
  :cluster_version,
  :encryption_type,
  :enhanced_vpc_routing,
  :maintenance_track_name,
  :master_user_password,
  :node_type,
  :number_of_nodes,
  :publicly_accessible)
  SENSITIVE = []
  include Aws::Structure
end

#master_user_passwordString

The pending or in-progress change to the master user password for the cluster.

Returns:

  • (String)


17365
17366
17367
17368
17369
17370
17371
17372
17373
17374
17375
17376
17377
17378
17379
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17365

class AwsRedshiftClusterPendingModifiedValues < Struct.new(
  :automated_snapshot_retention_period,
  :cluster_identifier,
  :cluster_type,
  :cluster_version,
  :encryption_type,
  :enhanced_vpc_routing,
  :maintenance_track_name,
  :master_user_password,
  :node_type,
  :number_of_nodes,
  :publicly_accessible)
  SENSITIVE = []
  include Aws::Structure
end

#node_typeString

The pending or in-progress change to the cluster's node type.

Returns:

  • (String)


17365
17366
17367
17368
17369
17370
17371
17372
17373
17374
17375
17376
17377
17378
17379
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17365

class AwsRedshiftClusterPendingModifiedValues < Struct.new(
  :automated_snapshot_retention_period,
  :cluster_identifier,
  :cluster_type,
  :cluster_version,
  :encryption_type,
  :enhanced_vpc_routing,
  :maintenance_track_name,
  :master_user_password,
  :node_type,
  :number_of_nodes,
  :publicly_accessible)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_nodesInteger

The pending or in-progress change to the number of nodes in the cluster.

Returns:

  • (Integer)


17365
17366
17367
17368
17369
17370
17371
17372
17373
17374
17375
17376
17377
17378
17379
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17365

class AwsRedshiftClusterPendingModifiedValues < Struct.new(
  :automated_snapshot_retention_period,
  :cluster_identifier,
  :cluster_type,
  :cluster_version,
  :encryption_type,
  :enhanced_vpc_routing,
  :maintenance_track_name,
  :master_user_password,
  :node_type,
  :number_of_nodes,
  :publicly_accessible)
  SENSITIVE = []
  include Aws::Structure
end

#publicly_accessibleBoolean

The pending or in-progress change to whether the cluster can be connected to from the public network.

Returns:

  • (Boolean)


17365
17366
17367
17368
17369
17370
17371
17372
17373
17374
17375
17376
17377
17378
17379
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17365

class AwsRedshiftClusterPendingModifiedValues < Struct.new(
  :automated_snapshot_retention_period,
  :cluster_identifier,
  :cluster_type,
  :cluster_version,
  :encryption_type,
  :enhanced_vpc_routing,
  :maintenance_track_name,
  :master_user_password,
  :node_type,
  :number_of_nodes,
  :publicly_accessible)
  SENSITIVE = []
  include Aws::Structure
end