public static final class CfnClusterProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnClusterProps
software.amazon.jsii.JsiiObject.InitializationModeCfnClusterProps.Builder, CfnClusterProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAllowVersionUpgrade()
``AWS::Redshift::Cluster.AllowVersionUpgrade``
|
Object |
getAutomatedSnapshotRetentionPeriod()
``AWS::Redshift::Cluster.AutomatedSnapshotRetentionPeriod``
|
String |
getAvailabilityZone()
``AWS::Redshift::Cluster.AvailabilityZone``
|
String |
getClusterIdentifier()
``AWS::Redshift::Cluster.ClusterIdentifier``
|
String |
getClusterParameterGroupName()
``AWS::Redshift::Cluster.ClusterParameterGroupName``
|
Object |
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``
|
Object |
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``
|
Object |
getNumberOfNodes()
``AWS::Redshift::Cluster.NumberOfNodes``
|
String |
getOwnerAccount()
``AWS::Redshift::Cluster.OwnerAccount``
|
Object |
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``
|
Object |
getTags()
``AWS::Redshift::Cluster.Tags``
|
Object |
getVpcSecurityGroupIds()
``AWS::Redshift::Cluster.VpcSecurityGroupIds``
|
void |
setAllowVersionUpgrade(Boolean value)
``AWS::Redshift::Cluster.AllowVersionUpgrade``
|
void |
setAllowVersionUpgrade(software.amazon.awscdk.Token value)
``AWS::Redshift::Cluster.AllowVersionUpgrade``
|
void |
setAutomatedSnapshotRetentionPeriod(Number value)
``AWS::Redshift::Cluster.AutomatedSnapshotRetentionPeriod``
|
void |
setAutomatedSnapshotRetentionPeriod(software.amazon.awscdk.Token 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<Object> value)
``AWS::Redshift::Cluster.ClusterSecurityGroups``
|
void |
setClusterSecurityGroups(software.amazon.awscdk.Token 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(software.amazon.awscdk.Token value)
``AWS::Redshift::Cluster.Encrypted``
|
void |
setHsmClientCertificateIdentifier(String value)
``AWS::Redshift::Cluster.HsmClientCertificateIdentifier``
|
void |
setHsmConfigurationIdentifier(String value)
``AWS::Redshift::Cluster.HsmConfigurationIdentifier``
|
void |
setIamRoles(List<Object> value)
``AWS::Redshift::Cluster.IamRoles``
|
void |
setIamRoles(software.amazon.awscdk.Token value)
``AWS::Redshift::Cluster.IamRoles``
|
void |
setKmsKeyId(String value)
``AWS::Redshift::Cluster.KmsKeyId``
|
void |
setLoggingProperties(CfnCluster.LoggingPropertiesProperty value)
``AWS::Redshift::Cluster.LoggingProperties``
|
void |
setLoggingProperties(software.amazon.awscdk.Token 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 |
setNumberOfNodes(software.amazon.awscdk.Token value)
``AWS::Redshift::Cluster.NumberOfNodes``
|
void |
setOwnerAccount(String value)
``AWS::Redshift::Cluster.OwnerAccount``
|
void |
setPort(Number value)
``AWS::Redshift::Cluster.Port``
|
void |
setPort(software.amazon.awscdk.Token value)
``AWS::Redshift::Cluster.Port``
|
void |
setPreferredMaintenanceWindow(String value)
``AWS::Redshift::Cluster.PreferredMaintenanceWindow``
|
void |
setPubliclyAccessible(Boolean value)
``AWS::Redshift::Cluster.PubliclyAccessible``
|
void |
setPubliclyAccessible(software.amazon.awscdk.Token value)
``AWS::Redshift::Cluster.PubliclyAccessible``
|
void |
setSnapshotClusterIdentifier(String value)
``AWS::Redshift::Cluster.SnapshotClusterIdentifier``
|
void |
setSnapshotIdentifier(String value)
``AWS::Redshift::Cluster.SnapshotIdentifier``
|
void |
setTags(List<Object> value)
``AWS::Redshift::Cluster.Tags``
|
void |
setTags(software.amazon.awscdk.Token value)
``AWS::Redshift::Cluster.Tags``
|
void |
setVpcSecurityGroupIds(List<Object> value)
``AWS::Redshift::Cluster.VpcSecurityGroupIds``
|
void |
setVpcSecurityGroupIds(software.amazon.awscdk.Token value)
``AWS::Redshift::Cluster.VpcSecurityGroupIds``
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
public String getClusterType()
getClusterType in interface CfnClusterPropspublic void setClusterType(String value)
setClusterType in interface CfnClusterPropspublic String getDbName()
getDbName in interface CfnClusterPropspublic void setDbName(String value)
setDbName in interface CfnClusterPropspublic String getMasterUsername()
getMasterUsername in interface CfnClusterPropspublic void setMasterUsername(String value)
setMasterUsername in interface CfnClusterPropspublic String getMasterUserPassword()
getMasterUserPassword in interface CfnClusterPropspublic void setMasterUserPassword(String value)
setMasterUserPassword in interface CfnClusterPropspublic String getNodeType()
getNodeType in interface CfnClusterPropspublic void setNodeType(String value)
setNodeType in interface CfnClusterProps@Nullable public Object getAllowVersionUpgrade()
getAllowVersionUpgrade in interface CfnClusterPropspublic void setAllowVersionUpgrade(@Nullable Boolean value)
setAllowVersionUpgrade in interface CfnClusterPropspublic void setAllowVersionUpgrade(@Nullable software.amazon.awscdk.Token value)
setAllowVersionUpgrade in interface CfnClusterProps@Nullable public Object getAutomatedSnapshotRetentionPeriod()
getAutomatedSnapshotRetentionPeriod in interface CfnClusterPropspublic void setAutomatedSnapshotRetentionPeriod(@Nullable Number value)
setAutomatedSnapshotRetentionPeriod in interface CfnClusterPropspublic void setAutomatedSnapshotRetentionPeriod(@Nullable software.amazon.awscdk.Token value)
setAutomatedSnapshotRetentionPeriod in interface CfnClusterProps@Nullable public String getAvailabilityZone()
getAvailabilityZone in interface CfnClusterPropspublic void setAvailabilityZone(@Nullable String value)
setAvailabilityZone in interface CfnClusterProps@Nullable public String getClusterIdentifier()
getClusterIdentifier in interface CfnClusterPropspublic void setClusterIdentifier(@Nullable String value)
setClusterIdentifier in interface CfnClusterProps@Nullable public String getClusterParameterGroupName()
getClusterParameterGroupName in interface CfnClusterPropspublic void setClusterParameterGroupName(@Nullable String value)
setClusterParameterGroupName in interface CfnClusterProps@Nullable public Object getClusterSecurityGroups()
getClusterSecurityGroups in interface CfnClusterPropspublic void setClusterSecurityGroups(@Nullable software.amazon.awscdk.Token value)
setClusterSecurityGroups in interface CfnClusterPropspublic void setClusterSecurityGroups(@Nullable List<Object> value)
setClusterSecurityGroups in interface CfnClusterProps@Nullable public String getClusterSubnetGroupName()
getClusterSubnetGroupName in interface CfnClusterPropspublic void setClusterSubnetGroupName(@Nullable String value)
setClusterSubnetGroupName in interface CfnClusterProps@Nullable public String getClusterVersion()
getClusterVersion in interface CfnClusterPropspublic void setClusterVersion(@Nullable String value)
setClusterVersion in interface CfnClusterProps@Nullable public String getElasticIp()
getElasticIp in interface CfnClusterPropspublic void setElasticIp(@Nullable String value)
setElasticIp in interface CfnClusterProps@Nullable public Object getEncrypted()
getEncrypted in interface CfnClusterPropspublic void setEncrypted(@Nullable Boolean value)
setEncrypted in interface CfnClusterPropspublic void setEncrypted(@Nullable software.amazon.awscdk.Token value)
setEncrypted in interface CfnClusterProps@Nullable public String getHsmClientCertificateIdentifier()
getHsmClientCertificateIdentifier in interface CfnClusterPropspublic void setHsmClientCertificateIdentifier(@Nullable String value)
setHsmClientCertificateIdentifier in interface CfnClusterProps@Nullable public String getHsmConfigurationIdentifier()
getHsmConfigurationIdentifier in interface CfnClusterPropspublic void setHsmConfigurationIdentifier(@Nullable String value)
setHsmConfigurationIdentifier in interface CfnClusterProps@Nullable public Object getIamRoles()
getIamRoles in interface CfnClusterPropspublic void setIamRoles(@Nullable software.amazon.awscdk.Token value)
setIamRoles in interface CfnClusterPropspublic void setIamRoles(@Nullable List<Object> value)
setIamRoles in interface CfnClusterProps@Nullable public String getKmsKeyId()
getKmsKeyId in interface CfnClusterPropspublic void setKmsKeyId(@Nullable String value)
setKmsKeyId in interface CfnClusterProps@Nullable public Object getLoggingProperties()
getLoggingProperties in interface CfnClusterPropspublic void setLoggingProperties(@Nullable software.amazon.awscdk.Token value)
setLoggingProperties in interface CfnClusterPropspublic void setLoggingProperties(@Nullable CfnCluster.LoggingPropertiesProperty value)
setLoggingProperties in interface CfnClusterProps@Nullable public Object getNumberOfNodes()
getNumberOfNodes in interface CfnClusterPropspublic void setNumberOfNodes(@Nullable Number value)
setNumberOfNodes in interface CfnClusterPropspublic void setNumberOfNodes(@Nullable software.amazon.awscdk.Token value)
setNumberOfNodes in interface CfnClusterProps@Nullable public String getOwnerAccount()
getOwnerAccount in interface CfnClusterPropspublic void setOwnerAccount(@Nullable String value)
setOwnerAccount in interface CfnClusterProps@Nullable public Object getPort()
getPort in interface CfnClusterPropspublic void setPort(@Nullable Number value)
setPort in interface CfnClusterPropspublic void setPort(@Nullable software.amazon.awscdk.Token value)
setPort in interface CfnClusterProps@Nullable public String getPreferredMaintenanceWindow()
getPreferredMaintenanceWindow in interface CfnClusterPropspublic void setPreferredMaintenanceWindow(@Nullable String value)
setPreferredMaintenanceWindow in interface CfnClusterProps@Nullable public Object getPubliclyAccessible()
getPubliclyAccessible in interface CfnClusterPropspublic void setPubliclyAccessible(@Nullable Boolean value)
setPubliclyAccessible in interface CfnClusterPropspublic void setPubliclyAccessible(@Nullable software.amazon.awscdk.Token value)
setPubliclyAccessible in interface CfnClusterProps@Nullable public String getSnapshotClusterIdentifier()
getSnapshotClusterIdentifier in interface CfnClusterPropspublic void setSnapshotClusterIdentifier(@Nullable String value)
setSnapshotClusterIdentifier in interface CfnClusterProps@Nullable public String getSnapshotIdentifier()
getSnapshotIdentifier in interface CfnClusterPropspublic void setSnapshotIdentifier(@Nullable String value)
setSnapshotIdentifier in interface CfnClusterProps@Nullable public Object getTags()
getTags in interface CfnClusterPropspublic void setTags(@Nullable software.amazon.awscdk.Token value)
setTags in interface CfnClusterPropspublic void setTags(@Nullable List<Object> value)
setTags in interface CfnClusterProps@Nullable public Object getVpcSecurityGroupIds()
getVpcSecurityGroupIds in interface CfnClusterPropspublic void setVpcSecurityGroupIds(@Nullable software.amazon.awscdk.Token value)
setVpcSecurityGroupIds in interface CfnClusterPropspublic void setVpcSecurityGroupIds(@Nullable List<Object> value)
setVpcSecurityGroupIds in interface CfnClusterPropsCopyright © 2019. All rights reserved.