aws-cdk-lib.aws_simspaceweaver.CfnSimulation.S3LocationProperty

interface S3LocationProperty

LanguageType name
.NETAmazon.CDK.AWS.SimSpaceWeaver.CfnSimulation.S3LocationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssimspaceweaver#CfnSimulation_S3LocationProperty
Javasoftware.amazon.awscdk.services.simspaceweaver.CfnSimulation.S3LocationProperty
Pythonaws_cdk.aws_simspaceweaver.CfnSimulation.S3LocationProperty
TypeScript aws-cdk-lib » aws_simspaceweaver » CfnSimulation » S3LocationProperty

A location in Amazon Simple Storage Service ( Amazon S3 ) where SimSpace Weaver stores simulation data, such as your app .zip files and schema file. For more information about Amazon S3 , see the Amazon Simple Storage Service User Guide .

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_simspaceweaver as simspaceweaver } from 'aws-cdk-lib';
const s3LocationProperty: simspaceweaver.CfnSimulation.S3LocationProperty = {
  bucketName: 'bucketName',
  objectKey: 'objectKey',
};

Properties

NameTypeDescription
bucketNamestringThe name of an Amazon S3 bucket.
objectKeystringThe key name of an object in Amazon S3 .

bucketName

Type: string

The name of an Amazon S3 bucket.

For more information about buckets, see Creating, configuring, and working with Amazon S3 buckets in the Amazon Simple Storage Service User Guide .


objectKey

Type: string

The key name of an object in Amazon S3 .

For more information about Amazon S3 objects and object keys, see Uploading, downloading, and working with objects in Amazon S3 in the Amazon Simple Storage Service User Guide .