interface BucketSAMPTProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SAM.CfnFunction.BucketSAMPTProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_BucketSAMPTProperty |
Java | software.amazon.awscdk.services.sam.CfnFunction.BucketSAMPTProperty |
Python | aws_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
| Name | Type | Description |
|---|---|---|
| bucket | string |
bucketName
Type:
string

.NET
Go
Java
Python
TypeScript