Show / Hide Table of Contents

Class GetClusterResult

Inheritance
System.Object
GetClusterResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.RedShift
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetClusterResult

Fields

View Source

AllowVersionUpgrade

Whether major version upgrades can be applied during maintenance period

Declaration
public readonly bool AllowVersionUpgrade
Field Value
Type Description
System.Boolean
View Source

AutomatedSnapshotRetentionPeriod

The backup retention period

Declaration
public readonly int AutomatedSnapshotRetentionPeriod
Field Value
Type Description
System.Int32
View Source

AvailabilityZone

The availability zone of the cluster

Declaration
public readonly string AvailabilityZone
Field Value
Type Description
System.String
View Source

BucketName

The name of the S3 bucket where the log files are to be stored

Declaration
public readonly string BucketName
Field Value
Type Description
System.String
View Source

ClusterIdentifier

The cluster identifier

Declaration
public readonly string ClusterIdentifier
Field Value
Type Description
System.String
View Source

ClusterParameterGroupName

The name of the parameter group to be associated with this cluster

Declaration
public readonly string ClusterParameterGroupName
Field Value
Type Description
System.String
View Source

ClusterPublicKey

The public key for the cluster

Declaration
public readonly string ClusterPublicKey
Field Value
Type Description
System.String
View Source

ClusterRevisionNumber

The cluster revision number

Declaration
public readonly string ClusterRevisionNumber
Field Value
Type Description
System.String
View Source

ClusterSecurityGroups

The security groups associated with the cluster

Declaration
public readonly ImmutableArray<string> ClusterSecurityGroups
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

ClusterSubnetGroupName

The name of a cluster subnet group to be associated with this cluster

Declaration
public readonly string ClusterSubnetGroupName
Field Value
Type Description
System.String
View Source

ClusterType

The cluster type

Declaration
public readonly string ClusterType
Field Value
Type Description
System.String
View Source

ClusterVersion

Declaration
public readonly string ClusterVersion
Field Value
Type Description
System.String
View Source

DatabaseName

The name of the default database in the cluster

Declaration
public readonly string DatabaseName
Field Value
Type Description
System.String
View Source

ElasticIp

The Elastic IP of the cluster

Declaration
public readonly string ElasticIp
Field Value
Type Description
System.String
View Source

EnableLogging

Whether cluster logging is enabled

Declaration
public readonly bool EnableLogging
Field Value
Type Description
System.Boolean
View Source

Encrypted

Whether the cluster data is encrypted

Declaration
public readonly bool Encrypted
Field Value
Type Description
System.Boolean
View Source

Endpoint

The cluster endpoint

Declaration
public readonly string Endpoint
Field Value
Type Description
System.String
View Source

EnhancedVpcRouting

Whether enhanced VPC routing is enabled

Declaration
public readonly bool EnhancedVpcRouting
Field Value
Type Description
System.Boolean
View Source

IamRoles

The IAM roles associated to the cluster

Declaration
public readonly ImmutableArray<string> IamRoles
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

KmsKeyId

The KMS encryption key associated to the cluster

Declaration
public readonly string KmsKeyId
Field Value
Type Description
System.String
View Source

MasterUsername

Username for the master DB user

Declaration
public readonly string MasterUsername
Field Value
Type Description
System.String
View Source

NodeType

The cluster node type

Declaration
public readonly string NodeType
Field Value
Type Description
System.String
View Source

NumberOfNodes

The number of nodes in the cluster

Declaration
public readonly int NumberOfNodes
Field Value
Type Description
System.Int32
View Source

Port

The port the cluster responds on

Declaration
public readonly int Port
Field Value
Type Description
System.Int32
View Source

PreferredMaintenanceWindow

The maintenance window

Declaration
public readonly string PreferredMaintenanceWindow
Field Value
Type Description
System.String
View Source

PubliclyAccessible

Whether the cluster is publicly accessible

Declaration
public readonly bool PubliclyAccessible
Field Value
Type Description
System.Boolean
View Source

S3KeyPrefix

The folder inside the S3 bucket where the log files are stored

Declaration
public readonly string S3KeyPrefix
Field Value
Type Description
System.String
View Source

Tags

The tags associated to the cluster

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

VpcId

The VPC Id associated with the cluster

Declaration
public readonly string VpcId
Field Value
Type Description
System.String
View Source

VpcSecurityGroupIds

The VPC security group Ids associated with the cluster

Declaration
public readonly ImmutableArray<string> VpcSecurityGroupIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.