aws-cdk-lib.aws_sam.CfnFunction.BucketSAMPTProperty

interface BucketSAMPTProperty

LanguageType name
.NETAmazon.CDK.AWS.SAM.CfnFunction.BucketSAMPTProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_BucketSAMPTProperty
Javasoftware.amazon.awscdk.services.sam.CfnFunction.BucketSAMPTProperty
Pythonaws_cdk.aws_sam.CfnFunction.BucketSAMPTProperty
TypeScript aws-cdk-lib » aws_sam » CfnFunction » BucketSAMPTProperty

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sam as sam } from 'aws-cdk-lib';
const bucketSAMPTProperty: sam.CfnFunction.BucketSAMPTProperty = {
  bucketName: 'bucketName',
};

Properties

NameTypeDescription
bucketNamestringCfnFunction.BucketSAMPTProperty.BucketName.

bucketName

Type: string

CfnFunction.BucketSAMPTProperty.BucketName.