@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-17T00:23:31.770Z") @Stability(value=Stable) public class CfnCluster extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnCluster.Builder
A fluent builder for
CfnCluster. |
static interface |
CfnCluster.LoggingPropertiesProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$ProxyIConstruct.Jsii$Default| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnCluster(Construct scope,
String id,
CfnClusterProps props)
Create a new `AWS::Redshift::Cluster`.
|
protected |
CfnCluster(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnCluster(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAllowVersionUpgrade()
`AWS::Redshift::Cluster.AllowVersionUpgrade`.
|
String |
getAttrEndpointAddress() |
String |
getAttrEndpointPort() |
Number |
getAutomatedSnapshotRetentionPeriod()
`AWS::Redshift::Cluster.AutomatedSnapshotRetentionPeriod`.
|
String |
getAvailabilityZone()
`AWS::Redshift::Cluster.AvailabilityZone`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getClusterIdentifier()
`AWS::Redshift::Cluster.ClusterIdentifier`.
|
String |
getClusterParameterGroupName()
`AWS::Redshift::Cluster.ClusterParameterGroupName`.
|
List<String> |
getClusterSecurityGroups()
`AWS::Redshift::Cluster.ClusterSecurityGroups`.
|
String |
getClusterSubnetGroupName()
`AWS::Redshift::Cluster.ClusterSubnetGroupName`.
|
String |
getClusterType()
`AWS::Redshift::Cluster.ClusterType`.
|
String |
getClusterVersion()
`AWS::Redshift::Cluster.ClusterVersion`.
|
String |
getDbName()
`AWS::Redshift::Cluster.DBName`.
|
String |
getElasticIp()
`AWS::Redshift::Cluster.ElasticIp`.
|
Object |
getEncrypted()
`AWS::Redshift::Cluster.Encrypted`.
|
String |
getHsmClientCertificateIdentifier()
`AWS::Redshift::Cluster.HsmClientCertificateIdentifier`.
|
String |
getHsmConfigurationIdentifier()
`AWS::Redshift::Cluster.HsmConfigurationIdentifier`.
|
List<String> |
getIamRoles()
`AWS::Redshift::Cluster.IamRoles`.
|
String |
getKmsKeyId()
`AWS::Redshift::Cluster.KmsKeyId`.
|
Object |
getLoggingProperties()
`AWS::Redshift::Cluster.LoggingProperties`.
|
String |
getMasterUsername()
`AWS::Redshift::Cluster.MasterUsername`.
|
String |
getMasterUserPassword()
`AWS::Redshift::Cluster.MasterUserPassword`.
|
String |
getNodeType()
`AWS::Redshift::Cluster.NodeType`.
|
Number |
getNumberOfNodes()
`AWS::Redshift::Cluster.NumberOfNodes`.
|
String |
getOwnerAccount()
`AWS::Redshift::Cluster.OwnerAccount`.
|
Number |
getPort()
`AWS::Redshift::Cluster.Port`.
|
String |
getPreferredMaintenanceWindow()
`AWS::Redshift::Cluster.PreferredMaintenanceWindow`.
|
Object |
getPubliclyAccessible()
`AWS::Redshift::Cluster.PubliclyAccessible`.
|
String |
getSnapshotClusterIdentifier()
`AWS::Redshift::Cluster.SnapshotClusterIdentifier`.
|
String |
getSnapshotIdentifier()
`AWS::Redshift::Cluster.SnapshotIdentifier`.
|
TagManager |
getTags()
`AWS::Redshift::Cluster.Tags`.
|
List<String> |
getVpcSecurityGroupIds()
`AWS::Redshift::Cluster.VpcSecurityGroupIds`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAllowVersionUpgrade(Boolean value)
`AWS::Redshift::Cluster.AllowVersionUpgrade`.
|
void |
setAllowVersionUpgrade(IResolvable value)
`AWS::Redshift::Cluster.AllowVersionUpgrade`.
|
void |
setAutomatedSnapshotRetentionPeriod(Number value)
`AWS::Redshift::Cluster.AutomatedSnapshotRetentionPeriod`.
|
void |
setAvailabilityZone(String value)
`AWS::Redshift::Cluster.AvailabilityZone`.
|
void |
setClusterIdentifier(String value)
`AWS::Redshift::Cluster.ClusterIdentifier`.
|
void |
setClusterParameterGroupName(String value)
`AWS::Redshift::Cluster.ClusterParameterGroupName`.
|
void |
setClusterSecurityGroups(List<String> value)
`AWS::Redshift::Cluster.ClusterSecurityGroups`.
|
void |
setClusterSubnetGroupName(String value)
`AWS::Redshift::Cluster.ClusterSubnetGroupName`.
|
void |
setClusterType(String value)
`AWS::Redshift::Cluster.ClusterType`.
|
void |
setClusterVersion(String value)
`AWS::Redshift::Cluster.ClusterVersion`.
|
void |
setDbName(String value)
`AWS::Redshift::Cluster.DBName`.
|
void |
setElasticIp(String value)
`AWS::Redshift::Cluster.ElasticIp`.
|
void |
setEncrypted(Boolean value)
`AWS::Redshift::Cluster.Encrypted`.
|
void |
setEncrypted(IResolvable value)
`AWS::Redshift::Cluster.Encrypted`.
|
void |
setHsmClientCertificateIdentifier(String value)
`AWS::Redshift::Cluster.HsmClientCertificateIdentifier`.
|
void |
setHsmConfigurationIdentifier(String value)
`AWS::Redshift::Cluster.HsmConfigurationIdentifier`.
|
void |
setIamRoles(List<String> value)
`AWS::Redshift::Cluster.IamRoles`.
|
void |
setKmsKeyId(String value)
`AWS::Redshift::Cluster.KmsKeyId`.
|
void |
setLoggingProperties(CfnCluster.LoggingPropertiesProperty value)
`AWS::Redshift::Cluster.LoggingProperties`.
|
void |
setLoggingProperties(IResolvable value)
`AWS::Redshift::Cluster.LoggingProperties`.
|
void |
setMasterUsername(String value)
`AWS::Redshift::Cluster.MasterUsername`.
|
void |
setMasterUserPassword(String value)
`AWS::Redshift::Cluster.MasterUserPassword`.
|
void |
setNodeType(String value)
`AWS::Redshift::Cluster.NodeType`.
|
void |
setNumberOfNodes(Number value)
`AWS::Redshift::Cluster.NumberOfNodes`.
|
void |
setOwnerAccount(String value)
`AWS::Redshift::Cluster.OwnerAccount`.
|
void |
setPort(Number value)
`AWS::Redshift::Cluster.Port`.
|
void |
setPreferredMaintenanceWindow(String value)
`AWS::Redshift::Cluster.PreferredMaintenanceWindow`.
|
void |
setPubliclyAccessible(Boolean value)
`AWS::Redshift::Cluster.PubliclyAccessible`.
|
void |
setPubliclyAccessible(IResolvable value)
`AWS::Redshift::Cluster.PubliclyAccessible`.
|
void |
setSnapshotClusterIdentifier(String value)
`AWS::Redshift::Cluster.SnapshotClusterIdentifier`.
|
void |
setSnapshotIdentifier(String value)
`AWS::Redshift::Cluster.SnapshotIdentifier`.
|
void |
setVpcSecurityGroupIds(List<String> value)
`AWS::Redshift::Cluster.VpcSecurityGroupIds`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnCluster(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnCluster(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnCluster(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnClusterProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrEndpointAddress()
@Stability(value=Stable) @NotNull public String getAttrEndpointPort()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getClusterType()
@Stability(value=Stable)
public void setClusterType(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getDbName()
@Stability(value=Stable)
public void setDbName(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getMasterUsername()
@Stability(value=Stable)
public void setMasterUsername(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getMasterUserPassword()
@Stability(value=Stable)
public void setMasterUserPassword(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getNodeType()
@Stability(value=Stable)
public void setNodeType(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getAllowVersionUpgrade()
@Stability(value=Stable)
public void setAllowVersionUpgrade(@Nullable
Boolean value)
@Stability(value=Stable)
public void setAllowVersionUpgrade(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Number getAutomatedSnapshotRetentionPeriod()
@Stability(value=Stable)
public void setAutomatedSnapshotRetentionPeriod(@Nullable
Number value)
@Stability(value=Stable) @Nullable public String getAvailabilityZone()
@Stability(value=Stable)
public void setAvailabilityZone(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getClusterIdentifier()
@Stability(value=Stable)
public void setClusterIdentifier(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getClusterParameterGroupName()
@Stability(value=Stable)
public void setClusterParameterGroupName(@Nullable
String value)
@Stability(value=Stable) @Nullable public List<String> getClusterSecurityGroups()
@Stability(value=Stable)
public void setClusterSecurityGroups(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public String getClusterSubnetGroupName()
@Stability(value=Stable)
public void setClusterSubnetGroupName(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getClusterVersion()
@Stability(value=Stable)
public void setClusterVersion(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getElasticIp()
@Stability(value=Stable)
public void setElasticIp(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getEncrypted()
@Stability(value=Stable)
public void setEncrypted(@Nullable
Boolean value)
@Stability(value=Stable)
public void setEncrypted(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getHsmClientCertificateIdentifier()
@Stability(value=Stable)
public void setHsmClientCertificateIdentifier(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getHsmConfigurationIdentifier()
@Stability(value=Stable)
public void setHsmConfigurationIdentifier(@Nullable
String value)
@Stability(value=Stable) @Nullable public List<String> getIamRoles()
@Stability(value=Stable)
public void setIamRoles(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public String getKmsKeyId()
@Stability(value=Stable)
public void setKmsKeyId(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getLoggingProperties()
@Stability(value=Stable)
public void setLoggingProperties(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setLoggingProperties(@Nullable
CfnCluster.LoggingPropertiesProperty value)
@Stability(value=Stable) @Nullable public Number getNumberOfNodes()
@Stability(value=Stable)
public void setNumberOfNodes(@Nullable
Number value)
@Stability(value=Stable) @Nullable public String getOwnerAccount()
@Stability(value=Stable)
public void setOwnerAccount(@Nullable
String value)
@Stability(value=Stable) @Nullable public Number getPort()
@Stability(value=Stable)
public void setPort(@Nullable
Number value)
@Stability(value=Stable) @Nullable public String getPreferredMaintenanceWindow()
@Stability(value=Stable)
public void setPreferredMaintenanceWindow(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getPubliclyAccessible()
@Stability(value=Stable)
public void setPubliclyAccessible(@Nullable
Boolean value)
@Stability(value=Stable)
public void setPubliclyAccessible(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getSnapshotClusterIdentifier()
@Stability(value=Stable)
public void setSnapshotClusterIdentifier(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getSnapshotIdentifier()
@Stability(value=Stable)
public void setSnapshotIdentifier(@Nullable
String value)
@Stability(value=Stable) @Nullable public List<String> getVpcSecurityGroupIds()
Copyright © 2021. All rights reserved.