@aws-cdk_aws-gamelift-alpha.ContentConfig

interface ContentConfig 🔹

LanguageType name
.NETAmazon.CDK.AWS.GameLift.Alpha.ContentConfig
Gogithub.com/aws/aws-cdk-go/awscdkgameliftalpha/v2#ContentConfig
Javasoftware.amazon.awscdk.services.gamelift.alpha.ContentConfig
Pythonaws_cdk.aws_gamelift_alpha.ContentConfig
TypeScript (source)@aws-cdk/aws-gamelift-alpha » ContentConfig

Obtainable from AssetContent.bind(), Content.bind(), S3Content.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

NameTypeDescription
s3Location🔹LocationThe location of the content in S3.

s3Location🔹

Type: Location

The location of the content in S3.