| Modifier and Type | Method and Description |
|---|---|
CfnScript |
build() |
static CfnScript.Builder |
create(Construct scope,
String id) |
CfnScript.Builder |
name(String name)
A descriptive label that is associated with a script.
|
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 |
storageLocation(IResolvable storageLocation)
The location in Amazon S3 where build or script files are stored for access by Amazon GameLift.
|
CfnScript.Builder |
version(String version)
The version that is associated with a build or script.
|
@Stability(value=Stable) public static CfnScript.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnScript.S3LocationProperty.Builder.@Stability(value=Stable) public CfnScript.Builder storageLocation(CfnScript.S3LocationProperty storageLocation)
storageLocation - The location in Amazon S3 where build or script files are stored for access by Amazon GameLift. This parameter is required.this@Stability(value=Stable) public CfnScript.Builder storageLocation(IResolvable storageLocation)
storageLocation - The location in Amazon S3 where build or script files are stored for access by Amazon GameLift. This parameter is required.this@Stability(value=Stable) public CfnScript.Builder name(String name)
Script names do not need to be unique.
name - A descriptive label that is associated with a script. This parameter is required.this@Stability(value=Stable) public CfnScript.Builder version(String version)
Version strings do not need to be unique.
version - The version that is associated with a build or script. This parameter is required.thisCopyright © 2022. All rights reserved.