AWS::SimSpaceWeaver::Simulation S3Location - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SimSpaceWeaver::Simulation S3Location

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.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "BucketName" : String, "ObjectKey" : String }

YAML

BucketName: String ObjectKey: String

Properties

BucketName

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.

Required: Yes

Type: String

Pattern: [a-zA-Z0-9_\-]{3,63}$

Minimum: 3

Maximum: 63

Update requires: Replacement

ObjectKey

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.

Required: Yes

Type: String

Minimum: 3

Maximum: 255

Update requires: Replacement