interface ContentConfig
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.GameLift.Alpha.ContentConfig |
Go | github.com/aws/aws-cdk-go/awscdkgameliftalpha/v2#ContentConfig |
Java | software.amazon.awscdk.services.gamelift.alpha.ContentConfig |
Python | aws_cdk.aws_gamelift_alpha.ContentConfig |
TypeScript (source) | @aws-cdk/aws-gamelift-alpha » ContentConfig |
Obtainable from
Asset
.bind()
, Content
.bind()
, S3
.bind()
Result of binding Content
into a Build
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as gamelift_alpha from '@aws-cdk/aws-gamelift-alpha';
const contentConfig: gamelift_alpha.ContentConfig = {
s3Location: {
bucketName: 'bucketName',
objectKey: 'objectKey',
// the properties below are optional
objectVersion: 'objectVersion',
},
};
Properties
Name | Type | Description |
---|---|---|
s3 | Location | The location of the content in S3. |
s3Location
Type:
Location
The location of the content in S3.