ContentConfig
- class aws_cdk.aws_gamelift_alpha.ContentConfig(*, s3_location)
Bases:
object
(experimental) Result of binding
Content
into aBuild
.- Parameters:
s3_location (
Union
[Location
,Dict
[str
,Any
]]) – (experimental) The location of the content in S3.- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_gamelift_alpha as gamelift_alpha content_config = gamelift_alpha.ContentConfig( s3_location=Location( bucket_name="bucketName", object_key="objectKey", # the properties below are optional object_version="objectVersion" ) )
Attributes
- s3_location
(experimental) The location of the content in S3.
- Stability:
experimental