| Package | Description |
|---|---|
| software.amazon.awscdk.services.gamelift |
Amazon GameLift Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnScript.Builder |
CfnScript.Builder.create(Construct scope,
String id) |
CfnScript.Builder |
CfnScript.Builder.name(String name)
A descriptive label that is associated with a script.
|
CfnScript.Builder |
CfnScript.Builder.storageLocation(CfnScript.S3LocationProperty storageLocation)
The location in Amazon S3 where build or script files are stored for access by Amazon GameLift.
|
CfnScript.Builder |
CfnScript.Builder.storageLocation(IResolvable storageLocation)
The location in Amazon S3 where build or script files are stored for access by Amazon GameLift.
|
CfnScript.Builder |
CfnScript.Builder.version(String version)
The version that is associated with a build or script.
|
Copyright © 2022. All rights reserved.