| Package | Description |
|---|---|
| software.amazon.awscdk.services.gamelift |
Amazon GameLift Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnScript.Builder |
CfnScript.Builder.create(software.constructs.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 of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.
|
CfnScript.Builder |
CfnScript.Builder.storageLocation(IResolvable storageLocation)
The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.
|
CfnScript.Builder |
CfnScript.Builder.tags(List<? extends CfnTag> tags)
A list of labels to assign to the new script resource.
|
CfnScript.Builder |
CfnScript.Builder.version(String version)
The version that is associated with a build or script.
|
Copyright © 2022. All rights reserved.