We recommend new projects start with resources from the AWS provider.
aws-native.cassandra.getTable
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource schema for AWS::Cassandra::Table
Using getTable
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getTable(args: GetTableArgs, opts?: InvokeOptions): Promise<GetTableResult>
function getTableOutput(args: GetTableOutputArgs, opts?: InvokeOptions): Output<GetTableResult>
def get_table(keyspace_name: Optional[str] = None,
table_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTableResult
def get_table_output(keyspace_name: Optional[pulumi.Input[str]] = None,
table_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTableResult]
func LookupTable(ctx *Context, args *LookupTableArgs, opts ...InvokeOption) (*LookupTableResult, error)
func LookupTableOutput(ctx *Context, args *LookupTableOutputArgs, opts ...InvokeOption) LookupTableResultOutput
> Note: This function is named LookupTable
in the Go SDK.
public static class GetTable
{
public static Task<GetTableResult> InvokeAsync(GetTableArgs args, InvokeOptions? opts = null)
public static Output<GetTableResult> Invoke(GetTableInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetTableResult> getTable(GetTableArgs args, InvokeOptions options)
public static Output<GetTableResult> getTable(GetTableArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:cassandra:getTable
arguments:
# arguments dictionary
The following arguments are supported:
- Keyspace
Name string - Name for Cassandra keyspace
- Table
Name string - Name for Cassandra table
- Keyspace
Name string - Name for Cassandra keyspace
- Table
Name string - Name for Cassandra table
- keyspace
Name String - Name for Cassandra keyspace
- table
Name String - Name for Cassandra table
- keyspace
Name string - Name for Cassandra keyspace
- table
Name string - Name for Cassandra table
- keyspace_
name str - Name for Cassandra keyspace
- table_
name str - Name for Cassandra table
- keyspace
Name String - Name for Cassandra keyspace
- table
Name String - Name for Cassandra table
getTable Result
The following output properties are available:
- Billing
Mode Pulumi.Aws Native. Cassandra. Outputs. Table Billing Mode The billing mode for the table, which determines how you'll be charged for reads and writes:
- On-demand mode (default) - You pay based on the actual reads and writes your application performs.
- Provisioned mode - Lets you specify the number of reads and writes per second that you need for your application.
If you don't specify a value for this property, then the table will use on-demand mode.
- Cdc
Specification Pulumi.Aws Native. Cassandra. Outputs. Table Cdc Specification - The settings for the CDC stream of a table. For more information about CDC streams, see Working with change data capture (CDC) streams in Amazon Keyspaces in the Amazon Keyspaces Developer Guide .
- Default
Time intTo Live - Default TTL (Time To Live) in seconds, where zero is disabled. If the value is greater than zero, TTL is enabled for the entire table and an expiration timestamp is added to each column.
- Encryption
Specification Pulumi.Aws Native. Cassandra. Outputs. Table Encryption Specification The encryption at rest options for the table.
- AWS owned key (default) - The key is owned by Amazon Keyspaces .
- Customer managed key - The key is stored in your account and is created, owned, and managed by you.
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 .
- Point
In boolTime Recovery Enabled - Indicates whether point in time recovery is enabled (true) or disabled (false) on the table
- Regular
Columns List<Pulumi.Aws Native. Cassandra. Outputs. Table Column> - Non-key columns of the table
- List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this resource
- Billing
Mode TableBilling Mode The billing mode for the table, which determines how you'll be charged for reads and writes:
- On-demand mode (default) - You pay based on the actual reads and writes your application performs.
- Provisioned mode - Lets you specify the number of reads and writes per second that you need for your application.
If you don't specify a value for this property, then the table will use on-demand mode.
- Cdc
Specification TableCdc Specification - The settings for the CDC stream of a table. For more information about CDC streams, see Working with change data capture (CDC) streams in Amazon Keyspaces in the Amazon Keyspaces Developer Guide .
- Default
Time intTo Live - Default TTL (Time To Live) in seconds, where zero is disabled. If the value is greater than zero, TTL is enabled for the entire table and an expiration timestamp is added to each column.
- Encryption
Specification TableEncryption Specification The encryption at rest options for the table.
- AWS owned key (default) - The key is owned by Amazon Keyspaces .
- Customer managed key - The key is stored in your account and is created, owned, and managed by you.
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 .
- Point
In boolTime Recovery Enabled - Indicates whether point in time recovery is enabled (true) or disabled (false) on the table
- Regular
Columns []TableColumn - Non-key columns of the table
- Tag
- An array of key-value pairs to apply to this resource
- billing
Mode TableBilling Mode The billing mode for the table, which determines how you'll be charged for reads and writes:
- On-demand mode (default) - You pay based on the actual reads and writes your application performs.
- Provisioned mode - Lets you specify the number of reads and writes per second that you need for your application.
If you don't specify a value for this property, then the table will use on-demand mode.
- cdc
Specification TableCdc Specification - The settings for the CDC stream of a table. For more information about CDC streams, see Working with change data capture (CDC) streams in Amazon Keyspaces in the Amazon Keyspaces Developer Guide .
- default
Time IntegerTo Live - Default TTL (Time To Live) in seconds, where zero is disabled. If the value is greater than zero, TTL is enabled for the entire table and an expiration timestamp is added to each column.
- encryption
Specification TableEncryption Specification The encryption at rest options for the table.
- AWS owned key (default) - The key is owned by Amazon Keyspaces .
- Customer managed key - The key is stored in your account and is created, owned, and managed by you.
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 .
- point
In BooleanTime Recovery Enabled - Indicates whether point in time recovery is enabled (true) or disabled (false) on the table
- regular
Columns List<TableColumn> - Non-key columns of the table
- List<Tag>
- An array of key-value pairs to apply to this resource
- billing
Mode TableBilling Mode The billing mode for the table, which determines how you'll be charged for reads and writes:
- On-demand mode (default) - You pay based on the actual reads and writes your application performs.
- Provisioned mode - Lets you specify the number of reads and writes per second that you need for your application.
If you don't specify a value for this property, then the table will use on-demand mode.
- cdc
Specification TableCdc Specification - The settings for the CDC stream of a table. For more information about CDC streams, see Working with change data capture (CDC) streams in Amazon Keyspaces in the Amazon Keyspaces Developer Guide .
- default
Time numberTo Live - Default TTL (Time To Live) in seconds, where zero is disabled. If the value is greater than zero, TTL is enabled for the entire table and an expiration timestamp is added to each column.
- encryption
Specification TableEncryption Specification The encryption at rest options for the table.
- AWS owned key (default) - The key is owned by Amazon Keyspaces .
- Customer managed key - The key is stored in your account and is created, owned, and managed by you.
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 .
- point
In booleanTime Recovery Enabled - Indicates whether point in time recovery is enabled (true) or disabled (false) on the table
- regular
Columns TableColumn[] - Non-key columns of the table
- Tag[]
- An array of key-value pairs to apply to this resource
- billing_
mode TableBilling Mode The billing mode for the table, which determines how you'll be charged for reads and writes:
- On-demand mode (default) - You pay based on the actual reads and writes your application performs.
- Provisioned mode - Lets you specify the number of reads and writes per second that you need for your application.
If you don't specify a value for this property, then the table will use on-demand mode.
- cdc_
specification TableCdc Specification - The settings for the CDC stream of a table. For more information about CDC streams, see Working with change data capture (CDC) streams in Amazon Keyspaces in the Amazon Keyspaces Developer Guide .
- default_
time_ intto_ live - Default TTL (Time To Live) in seconds, where zero is disabled. If the value is greater than zero, TTL is enabled for the entire table and an expiration timestamp is added to each column.
- encryption_
specification TableEncryption Specification The encryption at rest options for the table.
- AWS owned key (default) - The key is owned by Amazon Keyspaces .
- Customer managed key - The key is stored in your account and is created, owned, and managed by you.
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 .
- point_
in_ booltime_ recovery_ enabled - Indicates whether point in time recovery is enabled (true) or disabled (false) on the table
- regular_
columns Sequence[TableColumn] - Non-key columns of the table
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource
- billing
Mode Property Map The billing mode for the table, which determines how you'll be charged for reads and writes:
- On-demand mode (default) - You pay based on the actual reads and writes your application performs.
- Provisioned mode - Lets you specify the number of reads and writes per second that you need for your application.
If you don't specify a value for this property, then the table will use on-demand mode.
- cdc
Specification Property Map - The settings for the CDC stream of a table. For more information about CDC streams, see Working with change data capture (CDC) streams in Amazon Keyspaces in the Amazon Keyspaces Developer Guide .
- default
Time NumberTo Live - Default TTL (Time To Live) in seconds, where zero is disabled. If the value is greater than zero, TTL is enabled for the entire table and an expiration timestamp is added to each column.
- encryption
Specification Property Map The encryption at rest options for the table.
- AWS owned key (default) - The key is owned by Amazon Keyspaces .
- Customer managed key - The key is stored in your account and is created, owned, and managed by you.
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 .
- point
In BooleanTime Recovery Enabled - Indicates whether point in time recovery is enabled (true) or disabled (false) on the table
- regular
Columns List<Property Map> - Non-key columns of the table
- List<Property Map>
- An array of key-value pairs to apply to this resource
Supporting Types
TableBillingMode
- Mode
Pulumi.
Aws Native. Cassandra. Table Mode The billing mode for the table:
- On-demand mode -
ON_DEMAND
- Provisioned mode -
PROVISIONED
If you choose
PROVISIONED
mode, then you also need to specify provisioned throughput (read and write capacity) for the table.Valid values:
ON_DEMAND
|PROVISIONED
- On-demand mode -
- Provisioned
Throughput Pulumi.Aws Native. Cassandra. Inputs. Table Provisioned Throughput - The provisioned read capacity and write capacity for the table. For more information, see Provisioned throughput capacity mode in the Amazon Keyspaces Developer Guide .
- Mode
Table
Mode The billing mode for the table:
- On-demand mode -
ON_DEMAND
- Provisioned mode -
PROVISIONED
If you choose
PROVISIONED
mode, then you also need to specify provisioned throughput (read and write capacity) for the table.Valid values:
ON_DEMAND
|PROVISIONED
- On-demand mode -
- Provisioned
Throughput TableProvisioned Throughput - The provisioned read capacity and write capacity for the table. For more information, see Provisioned throughput capacity mode in the Amazon Keyspaces Developer Guide .
- mode
Table
Mode The billing mode for the table:
- On-demand mode -
ON_DEMAND
- Provisioned mode -
PROVISIONED
If you choose
PROVISIONED
mode, then you also need to specify provisioned throughput (read and write capacity) for the table.Valid values:
ON_DEMAND
|PROVISIONED
- On-demand mode -
- provisioned
Throughput TableProvisioned Throughput - The provisioned read capacity and write capacity for the table. For more information, see Provisioned throughput capacity mode in the Amazon Keyspaces Developer Guide .
- mode
Table
Mode The billing mode for the table:
- On-demand mode -
ON_DEMAND
- Provisioned mode -
PROVISIONED
If you choose
PROVISIONED
mode, then you also need to specify provisioned throughput (read and write capacity) for the table.Valid values:
ON_DEMAND
|PROVISIONED
- On-demand mode -
- provisioned
Throughput TableProvisioned Throughput - The provisioned read capacity and write capacity for the table. For more information, see Provisioned throughput capacity mode in the Amazon Keyspaces Developer Guide .
- mode
Table
Mode The billing mode for the table:
- On-demand mode -
ON_DEMAND
- Provisioned mode -
PROVISIONED
If you choose
PROVISIONED
mode, then you also need to specify provisioned throughput (read and write capacity) for the table.Valid values:
ON_DEMAND
|PROVISIONED
- On-demand mode -
- provisioned_
throughput TableProvisioned Throughput - The provisioned read capacity and write capacity for the table. For more information, see Provisioned throughput capacity mode in the Amazon Keyspaces Developer Guide .
- mode "PROVISIONED" | "ON_DEMAND"
The billing mode for the table:
- On-demand mode -
ON_DEMAND
- Provisioned mode -
PROVISIONED
If you choose
PROVISIONED
mode, then you also need to specify provisioned throughput (read and write capacity) for the table.Valid values:
ON_DEMAND
|PROVISIONED
- On-demand mode -
- provisioned
Throughput Property Map - The provisioned read capacity and write capacity for the table. For more information, see Provisioned throughput capacity mode in the Amazon Keyspaces Developer Guide .
TableCdcSpecification
- Status
Pulumi.
Aws Native. Cassandra. Table Cdc Status - The status of the CDC stream. You can enable or disable a stream for a table.
- List<Pulumi.
Aws Native. Cassandra. Inputs. Table Tag> - An array of key-value pairs to apply to the CDC stream resource
- View
Type Pulumi.Aws Native. Cassandra. Table Cdc View Type The view type specifies the changes Amazon Keyspaces records for each changed row in the stream. After you create the stream, you can't make changes to this selection.
The options are:
NEW_AND_OLD_IMAGES
- both versions of the row, before and after the change. This is the default.NEW_IMAGE
- the version of the row after the change.OLD_IMAGE
- the version of the row before the change.KEYS_ONLY
- the partition and clustering keys of the row that was changed.
- Status
Table
Cdc Status - The status of the CDC stream. You can enable or disable a stream for a table.
- []Table
Tag - An array of key-value pairs to apply to the CDC stream resource
- View
Type TableCdc View Type The view type specifies the changes Amazon Keyspaces records for each changed row in the stream. After you create the stream, you can't make changes to this selection.
The options are:
NEW_AND_OLD_IMAGES
- both versions of the row, before and after the change. This is the default.NEW_IMAGE
- the version of the row after the change.OLD_IMAGE
- the version of the row before the change.KEYS_ONLY
- the partition and clustering keys of the row that was changed.
- status
Table
Cdc Status - The status of the CDC stream. You can enable or disable a stream for a table.
- List<Table
Tag> - An array of key-value pairs to apply to the CDC stream resource
- view
Type TableCdc View Type The view type specifies the changes Amazon Keyspaces records for each changed row in the stream. After you create the stream, you can't make changes to this selection.
The options are:
NEW_AND_OLD_IMAGES
- both versions of the row, before and after the change. This is the default.NEW_IMAGE
- the version of the row after the change.OLD_IMAGE
- the version of the row before the change.KEYS_ONLY
- the partition and clustering keys of the row that was changed.
- status
Table
Cdc Status - The status of the CDC stream. You can enable or disable a stream for a table.
- Table
Tag[] - An array of key-value pairs to apply to the CDC stream resource
- view
Type TableCdc View Type The view type specifies the changes Amazon Keyspaces records for each changed row in the stream. After you create the stream, you can't make changes to this selection.
The options are:
NEW_AND_OLD_IMAGES
- both versions of the row, before and after the change. This is the default.NEW_IMAGE
- the version of the row after the change.OLD_IMAGE
- the version of the row before the change.KEYS_ONLY
- the partition and clustering keys of the row that was changed.
- status
Table
Cdc Status - The status of the CDC stream. You can enable or disable a stream for a table.
- Sequence[Table
Tag] - An array of key-value pairs to apply to the CDC stream resource
- view_
type TableCdc View Type The view type specifies the changes Amazon Keyspaces records for each changed row in the stream. After you create the stream, you can't make changes to this selection.
The options are:
NEW_AND_OLD_IMAGES
- both versions of the row, before and after the change. This is the default.NEW_IMAGE
- the version of the row after the change.OLD_IMAGE
- the version of the row before the change.KEYS_ONLY
- the partition and clustering keys of the row that was changed.
- status "ENABLED" | "DISABLED"
- The status of the CDC stream. You can enable or disable a stream for a table.
- List<Property Map>
- An array of key-value pairs to apply to the CDC stream resource
- view
Type "NEW_IMAGE" | "OLD_IMAGE" | "KEYS_ONLY" | "NEW_AND_OLD_IMAGES" The view type specifies the changes Amazon Keyspaces records for each changed row in the stream. After you create the stream, you can't make changes to this selection.
The options are:
NEW_AND_OLD_IMAGES
- both versions of the row, before and after the change. This is the default.NEW_IMAGE
- the version of the row after the change.OLD_IMAGE
- the version of the row before the change.KEYS_ONLY
- the partition and clustering keys of the row that was changed.
TableCdcStatus
TableCdcViewType
TableColumn
- Column
Name string - The name of the column. For more information, see Identifiers in the Amazon Keyspaces Developer Guide .
- Column
Type string - The data type of the column. For more information, see Data types in the Amazon Keyspaces Developer Guide .
- Column
Name string - The name of the column. For more information, see Identifiers in the Amazon Keyspaces Developer Guide .
- Column
Type string - The data type of the column. For more information, see Data types in the Amazon Keyspaces Developer Guide .
- column
Name String - The name of the column. For more information, see Identifiers in the Amazon Keyspaces Developer Guide .
- column
Type String - The data type of the column. For more information, see Data types in the Amazon Keyspaces Developer Guide .
- column
Name string - The name of the column. For more information, see Identifiers in the Amazon Keyspaces Developer Guide .
- column
Type string - The data type of the column. For more information, see Data types in the Amazon Keyspaces Developer Guide .
- column_
name str - The name of the column. For more information, see Identifiers in the Amazon Keyspaces Developer Guide .
- column_
type str - The data type of the column. For more information, see Data types in the Amazon Keyspaces Developer Guide .
- column
Name String - The name of the column. For more information, see Identifiers in the Amazon Keyspaces Developer Guide .
- column
Type String - The data type of the column. For more information, see Data types in the Amazon Keyspaces Developer Guide .
TableEncryptionSpecification
- Encryption
Type Pulumi.Aws Native. Cassandra. Table Encryption Type The encryption at rest options for the table.
- AWS owned key (default) -
AWS_OWNED_KMS_KEY
- Customer managed key -
CUSTOMER_MANAGED_KMS_KEY
If you choose
CUSTOMER_MANAGED_KMS_KEY
, akms_key_identifier
in the format of a key ARN is required.Valid values:
CUSTOMER_MANAGED_KMS_KEY
|AWS_OWNED_KMS_KEY
.- AWS owned key (default) -
- Kms
Key stringIdentifier - Requires a
kms_key_identifier
in the format of a key ARN.
- Encryption
Type TableEncryption Type The encryption at rest options for the table.
- AWS owned key (default) -
AWS_OWNED_KMS_KEY
- Customer managed key -
CUSTOMER_MANAGED_KMS_KEY
If you choose
CUSTOMER_MANAGED_KMS_KEY
, akms_key_identifier
in the format of a key ARN is required.Valid values:
CUSTOMER_MANAGED_KMS_KEY
|AWS_OWNED_KMS_KEY
.- AWS owned key (default) -
- Kms
Key stringIdentifier - Requires a
kms_key_identifier
in the format of a key ARN.
- encryption
Type TableEncryption Type The encryption at rest options for the table.
- AWS owned key (default) -
AWS_OWNED_KMS_KEY
- Customer managed key -
CUSTOMER_MANAGED_KMS_KEY
If you choose
CUSTOMER_MANAGED_KMS_KEY
, akms_key_identifier
in the format of a key ARN is required.Valid values:
CUSTOMER_MANAGED_KMS_KEY
|AWS_OWNED_KMS_KEY
.- AWS owned key (default) -
- kms
Key StringIdentifier - Requires a
kms_key_identifier
in the format of a key ARN.
- encryption
Type TableEncryption Type The encryption at rest options for the table.
- AWS owned key (default) -
AWS_OWNED_KMS_KEY
- Customer managed key -
CUSTOMER_MANAGED_KMS_KEY
If you choose
CUSTOMER_MANAGED_KMS_KEY
, akms_key_identifier
in the format of a key ARN is required.Valid values:
CUSTOMER_MANAGED_KMS_KEY
|AWS_OWNED_KMS_KEY
.- AWS owned key (default) -
- kms
Key stringIdentifier - Requires a
kms_key_identifier
in the format of a key ARN.
- encryption_
type TableEncryption Type The encryption at rest options for the table.
- AWS owned key (default) -
AWS_OWNED_KMS_KEY
- Customer managed key -
CUSTOMER_MANAGED_KMS_KEY
If you choose
CUSTOMER_MANAGED_KMS_KEY
, akms_key_identifier
in the format of a key ARN is required.Valid values:
CUSTOMER_MANAGED_KMS_KEY
|AWS_OWNED_KMS_KEY
.- AWS owned key (default) -
- kms_
key_ stridentifier - Requires a
kms_key_identifier
in the format of a key ARN.
- encryption
Type "AWS_OWNED_KMS_KEY" | "CUSTOMER_MANAGED_KMS_KEY" The encryption at rest options for the table.
- AWS owned key (default) -
AWS_OWNED_KMS_KEY
- Customer managed key -
CUSTOMER_MANAGED_KMS_KEY
If you choose
CUSTOMER_MANAGED_KMS_KEY
, akms_key_identifier
in the format of a key ARN is required.Valid values:
CUSTOMER_MANAGED_KMS_KEY
|AWS_OWNED_KMS_KEY
.- AWS owned key (default) -
- kms
Key StringIdentifier - Requires a
kms_key_identifier
in the format of a key ARN.
TableEncryptionType
TableMode
TableProvisionedThroughput
- Read
Capacity intUnits - The amount of read capacity that's provisioned for the table. For more information, see Read/write capacity mode in the Amazon Keyspaces Developer Guide .
- Write
Capacity intUnits - The amount of write capacity that's provisioned for the table. For more information, see Read/write capacity mode in the Amazon Keyspaces Developer Guide .
- Read
Capacity intUnits - The amount of read capacity that's provisioned for the table. For more information, see Read/write capacity mode in the Amazon Keyspaces Developer Guide .
- Write
Capacity intUnits - The amount of write capacity that's provisioned for the table. For more information, see Read/write capacity mode in the Amazon Keyspaces Developer Guide .
- read
Capacity IntegerUnits - The amount of read capacity that's provisioned for the table. For more information, see Read/write capacity mode in the Amazon Keyspaces Developer Guide .
- write
Capacity IntegerUnits - The amount of write capacity that's provisioned for the table. For more information, see Read/write capacity mode in the Amazon Keyspaces Developer Guide .
- read
Capacity numberUnits - The amount of read capacity that's provisioned for the table. For more information, see Read/write capacity mode in the Amazon Keyspaces Developer Guide .
- write
Capacity numberUnits - The amount of write capacity that's provisioned for the table. For more information, see Read/write capacity mode in the Amazon Keyspaces Developer Guide .
- read_
capacity_ intunits - The amount of read capacity that's provisioned for the table. For more information, see Read/write capacity mode in the Amazon Keyspaces Developer Guide .
- write_
capacity_ intunits - The amount of write capacity that's provisioned for the table. For more information, see Read/write capacity mode in the Amazon Keyspaces Developer Guide .
- read
Capacity NumberUnits - The amount of read capacity that's provisioned for the table. For more information, see Read/write capacity mode in the Amazon Keyspaces Developer Guide .
- write
Capacity NumberUnits - The amount of write capacity that's provisioned for the table. For more information, see Read/write capacity mode in the Amazon Keyspaces Developer Guide .
TableTag
- Key string
- The key of the tag. Tag keys are case sensitive. Each Amazon Keyspaces resource can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.
- Value string
- The value of the tag. Tag values are case-sensitive and can be null.
- Key string
- The key of the tag. Tag keys are case sensitive. Each Amazon Keyspaces resource can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.
- Value string
- The value of the tag. Tag values are case-sensitive and can be null.
- key String
- The key of the tag. Tag keys are case sensitive. Each Amazon Keyspaces resource can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.
- value String
- The value of the tag. Tag values are case-sensitive and can be null.
- key string
- The key of the tag. Tag keys are case sensitive. Each Amazon Keyspaces resource can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.
- value string
- The value of the tag. Tag values are case-sensitive and can be null.
- key str
- The key of the tag. Tag keys are case sensitive. Each Amazon Keyspaces resource can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.
- value str
- The value of the tag. Tag values are case-sensitive and can be null.
- key String
- The key of the tag. Tag keys are case sensitive. Each Amazon Keyspaces resource can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.
- value String
- The value of the tag. Tag values are case-sensitive and can be null.
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.