@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.949Z") @Stability(value=Stable) public class CfnTable extends CfnResource implements IInspectable
The AWS::Cassandra::Table resource allows you to create a new table in Amazon Keyspaces (for Apache Cassandra). For more information, see Create a keyspace and a table in the Amazon Keyspaces Developer Guide .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cassandra.*;
CfnTable cfnTable = CfnTable.Builder.create(this, "MyCfnTable")
.keyspaceName("keyspaceName")
.partitionKeyColumns(List.of(ColumnProperty.builder()
.columnName("columnName")
.columnType("columnType")
.build()))
// the properties below are optional
.billingMode(BillingModeProperty.builder()
.mode("mode")
// the properties below are optional
.provisionedThroughput(ProvisionedThroughputProperty.builder()
.readCapacityUnits(123)
.writeCapacityUnits(123)
.build())
.build())
.clusteringKeyColumns(List.of(ClusteringKeyColumnProperty.builder()
.column(ColumnProperty.builder()
.columnName("columnName")
.columnType("columnType")
.build())
// the properties below are optional
.orderBy("orderBy")
.build()))
.defaultTimeToLive(123)
.encryptionSpecification(EncryptionSpecificationProperty.builder()
.encryptionType("encryptionType")
// the properties below are optional
.kmsKeyIdentifier("kmsKeyIdentifier")
.build())
.pointInTimeRecoveryEnabled(false)
.regularColumns(List.of(ColumnProperty.builder()
.columnName("columnName")
.columnType("columnType")
.build()))
.tableName("tableName")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnTable.BillingModeProperty
Determines the billing mode for the table - On-demand or provisioned.
|
static class |
CfnTable.Builder
A fluent builder for
CfnTable. |
static interface |
CfnTable.ClusteringKeyColumnProperty
Defines an individual column within the clustering key.
|
static interface |
CfnTable.ColumnProperty
The name and data type of an individual column in a table.
|
static interface |
CfnTable.EncryptionSpecificationProperty
Specifies the encryption at rest option selected for the table.
|
static interface |
CfnTable.ProvisionedThroughputProperty
The provisioned throughput for the table, which consists of `ReadCapacityUnits` and `WriteCapacityUnits` .
|
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| 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 |
|---|---|
|
CfnTable(software.constructs.Construct scope,
String id,
CfnTableProps props)
Create a new `AWS::Cassandra::Table`.
|
protected |
CfnTable(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnTable(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBillingMode()
The billing mode for the table, which determines how you'll be charged for reads and writes:.
|
protected Map<String,Object> |
getCfnProperties() |
Object |
getClusteringKeyColumns()
One or more columns that determine how the table data is sorted.
|
Number |
getDefaultTimeToLive()
The default Time To Live (TTL) value for all rows in a table in seconds.
|
Object |
getEncryptionSpecification()
The encryption at rest options for the table.
|
String |
getKeyspaceName()
The name of the keyspace in which to create the table.
|
Object |
getPartitionKeyColumns()
One or more columns that uniquely identify every row in the table.
|
Object |
getPointInTimeRecoveryEnabled()
Specifies if point-in-time recovery is enabled or disabled for the table.
|
Object |
getRegularColumns()
One or more columns that are not part of the primary key - that is, columns that are *not* defined as partition key columns or clustering key columns.
|
String |
getTableName()
The name of the table to be created.
|
TagManager |
getTags()
A list of key-value pair tags to be attached to the resource.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setBillingMode(CfnTable.BillingModeProperty value)
The billing mode for the table, which determines how you'll be charged for reads and writes:.
|
void |
setBillingMode(IResolvable value)
The billing mode for the table, which determines how you'll be charged for reads and writes:.
|
void |
setClusteringKeyColumns(IResolvable value)
One or more columns that determine how the table data is sorted.
|
void |
setClusteringKeyColumns(List<Object> value)
One or more columns that determine how the table data is sorted.
|
void |
setDefaultTimeToLive(Number value)
The default Time To Live (TTL) value for all rows in a table in seconds.
|
void |
setEncryptionSpecification(CfnTable.EncryptionSpecificationProperty value)
The encryption at rest options for the table.
|
void |
setEncryptionSpecification(IResolvable value)
The encryption at rest options for the table.
|
void |
setKeyspaceName(String value)
The name of the keyspace in which to create the table.
|
void |
setPartitionKeyColumns(IResolvable value)
One or more columns that uniquely identify every row in the table.
|
void |
setPartitionKeyColumns(List<Object> value)
One or more columns that uniquely identify every row in the table.
|
void |
setPointInTimeRecoveryEnabled(Boolean value)
Specifies if point-in-time recovery is enabled or disabled for the table.
|
void |
setPointInTimeRecoveryEnabled(IResolvable value)
Specifies if point-in-time recovery is enabled or disabled for the table.
|
void |
setRegularColumns(IResolvable value)
One or more columns that are not part of the primary key - that is, columns that are *not* defined as partition key columns or clustering key columns.
|
void |
setRegularColumns(List<Object> value)
One or more columns that are not part of the primary key - that is, columns that are *not* defined as partition key columns or clustering key columns.
|
void |
setTableName(String value)
The name of the table to be created.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnTable(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnTable(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnTable(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnTableProps 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 protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getKeyspaceName()
The keyspace must already exist.
@Stability(value=Stable)
public void setKeyspaceName(@NotNull
String value)
The keyspace must already exist.
@Stability(value=Stable) @NotNull public Object getPartitionKeyColumns()
Every table must have a partition key.
@Stability(value=Stable)
public void setPartitionKeyColumns(@NotNull
IResolvable value)
Every table must have a partition key.
@Stability(value=Stable)
public void setPartitionKeyColumns(@NotNull
List<Object> value)
Every table must have a partition key.
@Stability(value=Stable) @Nullable public Object getBillingMode()
If you don't specify a value for this property, then the table will use on-demand mode.
@Stability(value=Stable)
public void setBillingMode(@Nullable
CfnTable.BillingModeProperty value)
If you don't specify a value for this property, then the table will use on-demand mode.
@Stability(value=Stable)
public void setBillingMode(@Nullable
IResolvable value)
If you don't specify a value for this property, then the table will use on-demand mode.
@Stability(value=Stable) @Nullable public Object getClusteringKeyColumns()
@Stability(value=Stable)
public void setClusteringKeyColumns(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setClusteringKeyColumns(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public Number getDefaultTimeToLive()
The maximum configurable value is 630,720,000 seconds, which is the equivalent of 20 years. By default, the TTL value for a table is 0, which means data does not expire.
For more information, see Setting the default TTL value for a table in the Amazon Keyspaces Developer Guide .
@Stability(value=Stable)
public void setDefaultTimeToLive(@Nullable
Number value)
The maximum configurable value is 630,720,000 seconds, which is the equivalent of 20 years. By default, the TTL value for a table is 0, which means data does not expire.
For more information, see Setting the default TTL value for a table in the Amazon Keyspaces Developer Guide .
@Stability(value=Stable) @Nullable public Object getEncryptionSpecification()
If you choose encryption with a customer managed key, you must specify a valid customer managed KMS key with permissions granted to Amazon Keyspaces.
For more information, see Encryption at rest in Amazon Keyspaces in the Amazon Keyspaces Developer Guide .
@Stability(value=Stable)
public void setEncryptionSpecification(@Nullable
CfnTable.EncryptionSpecificationProperty value)
If you choose encryption with a customer managed key, you must specify a valid customer managed KMS key with permissions granted to Amazon Keyspaces.
For more information, see Encryption at rest in Amazon Keyspaces in the Amazon Keyspaces Developer Guide .
@Stability(value=Stable)
public void setEncryptionSpecification(@Nullable
IResolvable value)
If you choose encryption with a customer managed key, you must specify a valid customer managed KMS key with permissions granted to Amazon Keyspaces.
For more information, see Encryption at rest in Amazon Keyspaces in the Amazon Keyspaces Developer Guide .
@Stability(value=Stable) @Nullable public Object getPointInTimeRecoveryEnabled()
The options are PointInTimeRecoveryEnabled=true and PointInTimeRecoveryEnabled=false . If not specified, the default is PointInTimeRecoveryEnabled=false .
@Stability(value=Stable)
public void setPointInTimeRecoveryEnabled(@Nullable
Boolean value)
The options are PointInTimeRecoveryEnabled=true and PointInTimeRecoveryEnabled=false . If not specified, the default is PointInTimeRecoveryEnabled=false .
@Stability(value=Stable)
public void setPointInTimeRecoveryEnabled(@Nullable
IResolvable value)
The options are PointInTimeRecoveryEnabled=true and PointInTimeRecoveryEnabled=false . If not specified, the default is PointInTimeRecoveryEnabled=false .
@Stability(value=Stable) @Nullable public Object getRegularColumns()
You can add regular columns to existing tables by adding them to the template.
@Stability(value=Stable)
public void setRegularColumns(@Nullable
IResolvable value)
You can add regular columns to existing tables by adding them to the template.
@Stability(value=Stable)
public void setRegularColumns(@Nullable
List<Object> value)
You can add regular columns to existing tables by adding them to the template.
@Stability(value=Stable) @Nullable public String getTableName()
The table name is case sensitive. If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the table name. For more information, see Name type .
If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
Length constraints: Minimum length of 3. Maximum length of 255.
Pattern: ^[a-zA-Z0-9][a-zA-Z0-9_]{1,47}$
@Stability(value=Stable)
public void setTableName(@Nullable
String value)
The table name is case sensitive. If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the table name. For more information, see Name type .
If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
Length constraints: Minimum length of 3. Maximum length of 255.
Pattern: ^[a-zA-Z0-9][a-zA-Z0-9_]{1,47}$
Copyright © 2022. All rights reserved.