interface S3LocationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.SAM.CfnStateMachine.S3LocationProperty |
Java | software.amazon.awscdk.services.sam.CfnStateMachine.S3LocationProperty |
Python | aws_cdk.aws_sam.CfnStateMachine.S3LocationProperty |
TypeScript | @aws-cdk/aws-sam » CfnStateMachine » S3LocationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as sam from '@aws-cdk/aws-sam';
const s3LocationProperty: sam.CfnStateMachine.S3LocationProperty = {
bucket: 'bucket',
key: 'key',
// the properties below are optional
version: 123,
};
Properties
Name | Type | Description |
---|---|---|
bucket | string | CfnStateMachine.S3LocationProperty.Bucket . |
key | string | CfnStateMachine.S3LocationProperty.Key . |
version? | number | CfnStateMachine.S3LocationProperty.Version . |
bucket
Type:
string
CfnStateMachine.S3LocationProperty.Bucket
.
key
Type:
string
CfnStateMachine.S3LocationProperty.Key
.
version?
Type:
number
(optional)
CfnStateMachine.S3LocationProperty.Version
.