- getBillingMode() - Method in class software.amazon.awscdk.services.cassandra.CfnTable
-
The billing mode for the table, which determines how you'll be charged for reads and writes:.
- getBillingMode() - Method in interface software.amazon.awscdk.services.cassandra.CfnTableProps
-
The billing mode for the table, which determines how you'll be charged for reads and writes:.
- getBillingMode() - Method in class software.amazon.awscdk.services.cassandra.CfnTableProps.Jsii$Proxy
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.cassandra.CfnKeyspace
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.cassandra.CfnTable
-
- getClusteringKeyColumns() - Method in class software.amazon.awscdk.services.cassandra.CfnTable
-
One or more columns that determine how the table data is sorted.
- getClusteringKeyColumns() - Method in interface software.amazon.awscdk.services.cassandra.CfnTableProps
-
One or more columns that determine how the table data is sorted.
- getClusteringKeyColumns() - Method in class software.amazon.awscdk.services.cassandra.CfnTableProps.Jsii$Proxy
-
- getColumn() - Method in interface software.amazon.awscdk.services.cassandra.CfnTable.ClusteringKeyColumnProperty
-
The name and data type of this clustering key column.
- getColumn() - Method in class software.amazon.awscdk.services.cassandra.CfnTable.ClusteringKeyColumnProperty.Jsii$Proxy
-
- getColumnName() - Method in interface software.amazon.awscdk.services.cassandra.CfnTable.ColumnProperty
-
The name of the column.
- getColumnName() - Method in class software.amazon.awscdk.services.cassandra.CfnTable.ColumnProperty.Jsii$Proxy
-
- getColumnType() - Method in interface software.amazon.awscdk.services.cassandra.CfnTable.ColumnProperty
-
The data type of the column.
- getColumnType() - Method in class software.amazon.awscdk.services.cassandra.CfnTable.ColumnProperty.Jsii$Proxy
-
- getDefaultTimeToLive() - Method in class software.amazon.awscdk.services.cassandra.CfnTable
-
The default Time To Live (TTL) value for all rows in a table in seconds.
- getDefaultTimeToLive() - Method in interface software.amazon.awscdk.services.cassandra.CfnTableProps
-
The default Time To Live (TTL) value for all rows in a table in seconds.
- getDefaultTimeToLive() - Method in class software.amazon.awscdk.services.cassandra.CfnTableProps.Jsii$Proxy
-
- getEncryptionSpecification() - Method in class software.amazon.awscdk.services.cassandra.CfnTable
-
The encryption at rest options for the table.
- getEncryptionSpecification() - Method in interface software.amazon.awscdk.services.cassandra.CfnTableProps
-
The encryption at rest options for the table.
- getEncryptionSpecification() - Method in class software.amazon.awscdk.services.cassandra.CfnTableProps.Jsii$Proxy
-
- getEncryptionType() - Method in interface software.amazon.awscdk.services.cassandra.CfnTable.EncryptionSpecificationProperty
-
The encryption at rest options for the table.
- getEncryptionType() - Method in class software.amazon.awscdk.services.cassandra.CfnTable.EncryptionSpecificationProperty.Jsii$Proxy
-
- getKeyspaceName() - Method in class software.amazon.awscdk.services.cassandra.CfnKeyspace
-
The name of the keyspace to be created.
- getKeyspaceName() - Method in interface software.amazon.awscdk.services.cassandra.CfnKeyspaceProps
-
The name of the keyspace to be created.
- getKeyspaceName() - Method in class software.amazon.awscdk.services.cassandra.CfnKeyspaceProps.Jsii$Proxy
-
- getKeyspaceName() - Method in class software.amazon.awscdk.services.cassandra.CfnTable
-
The name of the keyspace in which to create the table.
- getKeyspaceName() - Method in interface software.amazon.awscdk.services.cassandra.CfnTableProps
-
The name of the keyspace in which to create the table.
- getKeyspaceName() - Method in class software.amazon.awscdk.services.cassandra.CfnTableProps.Jsii$Proxy
-
- getKmsKeyIdentifier() - Method in interface software.amazon.awscdk.services.cassandra.CfnTable.EncryptionSpecificationProperty
-
Requires a `kms_key_identifier` in the format of a key ARN.
- getKmsKeyIdentifier() - Method in class software.amazon.awscdk.services.cassandra.CfnTable.EncryptionSpecificationProperty.Jsii$Proxy
-
- getMode() - Method in interface software.amazon.awscdk.services.cassandra.CfnTable.BillingModeProperty
-
The billing mode for the table:.
- getMode() - Method in class software.amazon.awscdk.services.cassandra.CfnTable.BillingModeProperty.Jsii$Proxy
-
- getOrderBy() - Method in interface software.amazon.awscdk.services.cassandra.CfnTable.ClusteringKeyColumnProperty
-
The order in which this column's data is stored:.
- getOrderBy() - Method in class software.amazon.awscdk.services.cassandra.CfnTable.ClusteringKeyColumnProperty.Jsii$Proxy
-
- getPartitionKeyColumns() - Method in class software.amazon.awscdk.services.cassandra.CfnTable
-
One or more columns that uniquely identify every row in the table.
- getPartitionKeyColumns() - Method in interface software.amazon.awscdk.services.cassandra.CfnTableProps
-
One or more columns that uniquely identify every row in the table.
- getPartitionKeyColumns() - Method in class software.amazon.awscdk.services.cassandra.CfnTableProps.Jsii$Proxy
-
- getPointInTimeRecoveryEnabled() - Method in class software.amazon.awscdk.services.cassandra.CfnTable
-
Specifies if point-in-time recovery is enabled or disabled for the table.
- getPointInTimeRecoveryEnabled() - Method in interface software.amazon.awscdk.services.cassandra.CfnTableProps
-
Specifies if point-in-time recovery is enabled or disabled for the table.
- getPointInTimeRecoveryEnabled() - Method in class software.amazon.awscdk.services.cassandra.CfnTableProps.Jsii$Proxy
-
- getProvisionedThroughput() - Method in interface software.amazon.awscdk.services.cassandra.CfnTable.BillingModeProperty
-
The provisioned read capacity and write capacity for the table.
- getProvisionedThroughput() - Method in class software.amazon.awscdk.services.cassandra.CfnTable.BillingModeProperty.Jsii$Proxy
-
- getReadCapacityUnits() - Method in interface software.amazon.awscdk.services.cassandra.CfnTable.ProvisionedThroughputProperty
-
The amount of read capacity that's provisioned for the table.
- getReadCapacityUnits() - Method in class software.amazon.awscdk.services.cassandra.CfnTable.ProvisionedThroughputProperty.Jsii$Proxy
-
- getRegularColumns() - Method in class software.amazon.awscdk.services.cassandra.CfnTable
-
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.
- getRegularColumns() - Method in interface software.amazon.awscdk.services.cassandra.CfnTableProps
-
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.
- getRegularColumns() - Method in class software.amazon.awscdk.services.cassandra.CfnTableProps.Jsii$Proxy
-
- getTableName() - Method in class software.amazon.awscdk.services.cassandra.CfnTable
-
The name of the table to be created.
- getTableName() - Method in interface software.amazon.awscdk.services.cassandra.CfnTableProps
-
The name of the table to be created.
- getTableName() - Method in class software.amazon.awscdk.services.cassandra.CfnTableProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.cassandra.CfnKeyspace
-
A list of key-value pair tags to be attached to the resource.
- getTags() - Method in interface software.amazon.awscdk.services.cassandra.CfnKeyspaceProps
-
A list of key-value pair tags to be attached to the resource.
- getTags() - Method in class software.amazon.awscdk.services.cassandra.CfnKeyspaceProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.cassandra.CfnTable
-
A list of key-value pair tags to be attached to the resource.
- getTags() - Method in interface software.amazon.awscdk.services.cassandra.CfnTableProps
-
A list of key-value pair tags to be attached to the resource.
- getTags() - Method in class software.amazon.awscdk.services.cassandra.CfnTableProps.Jsii$Proxy
-
- getWriteCapacityUnits() - Method in interface software.amazon.awscdk.services.cassandra.CfnTable.ProvisionedThroughputProperty
-
The amount of write capacity that's provisioned for the table.
- getWriteCapacityUnits() - Method in class software.amazon.awscdk.services.cassandra.CfnTable.ProvisionedThroughputProperty.Jsii$Proxy
-
- setBillingMode(IResolvable) - Method in class software.amazon.awscdk.services.cassandra.CfnTable
-
The billing mode for the table, which determines how you'll be charged for reads and writes:.
- setBillingMode(CfnTable.BillingModeProperty) - Method in class software.amazon.awscdk.services.cassandra.CfnTable
-
The billing mode for the table, which determines how you'll be charged for reads and writes:.
- setClusteringKeyColumns(IResolvable) - Method in class software.amazon.awscdk.services.cassandra.CfnTable
-
One or more columns that determine how the table data is sorted.
- setClusteringKeyColumns(List<Object>) - Method in class software.amazon.awscdk.services.cassandra.CfnTable
-
One or more columns that determine how the table data is sorted.
- setDefaultTimeToLive(Number) - Method in class software.amazon.awscdk.services.cassandra.CfnTable
-
The default Time To Live (TTL) value for all rows in a table in seconds.
- setEncryptionSpecification(IResolvable) - Method in class software.amazon.awscdk.services.cassandra.CfnTable
-
The encryption at rest options for the table.
- setEncryptionSpecification(CfnTable.EncryptionSpecificationProperty) - Method in class software.amazon.awscdk.services.cassandra.CfnTable
-
The encryption at rest options for the table.
- setKeyspaceName(String) - Method in class software.amazon.awscdk.services.cassandra.CfnKeyspace
-
The name of the keyspace to be created.
- setKeyspaceName(String) - Method in class software.amazon.awscdk.services.cassandra.CfnTable
-
The name of the keyspace in which to create the table.
- setPartitionKeyColumns(IResolvable) - Method in class software.amazon.awscdk.services.cassandra.CfnTable
-
One or more columns that uniquely identify every row in the table.
- setPartitionKeyColumns(List<Object>) - Method in class software.amazon.awscdk.services.cassandra.CfnTable
-
One or more columns that uniquely identify every row in the table.
- setPointInTimeRecoveryEnabled(Boolean) - Method in class software.amazon.awscdk.services.cassandra.CfnTable
-
Specifies if point-in-time recovery is enabled or disabled for the table.
- setPointInTimeRecoveryEnabled(IResolvable) - Method in class software.amazon.awscdk.services.cassandra.CfnTable
-
Specifies if point-in-time recovery is enabled or disabled for the table.
- setRegularColumns(IResolvable) - Method in class software.amazon.awscdk.services.cassandra.CfnTable
-
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.
- setRegularColumns(List<Object>) - Method in class software.amazon.awscdk.services.cassandra.CfnTable
-
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.
- setTableName(String) - Method in class software.amazon.awscdk.services.cassandra.CfnTable
-
The name of the table to be created.
- software.amazon.awscdk.services.cassandra - package software.amazon.awscdk.services.cassandra
-
AWS::Cassandra Construct Library