interface CfnNamespaceProps
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_s3tables.CfnNamespaceProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awss3tables#CfnNamespaceProps |
![]() | software.amazon.awscdk.services.s3tables.CfnNamespaceProps |
![]() | aws_cdk.aws_s3tables.CfnNamespaceProps |
![]() | aws-cdk-lib » aws_s3tables » CfnNamespaceProps |
Properties for defining a CfnNamespace
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-namespace.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_s3tables as s3tables } from 'aws-cdk-lib';
const cfnNamespaceProps: s3tables.CfnNamespaceProps = {
namespace: 'namespace',
tableBucketArn: 'tableBucketArn',
};
Properties
Name | Type | Description |
---|---|---|
namespace | string | The name of the namespace. |
table | string | The Amazon Resource Name (ARN) of the specified table bucket. |
namespace
Type:
string
The name of the namespace.
tableBucketArn
Type:
string
The Amazon Resource Name (ARN) of the specified table bucket.