@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:17.747Z") @Stability(value=Stable) public interface CfnScriptProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.gamelift.*;
CfnScriptProps cfnScriptProps = CfnScriptProps.builder()
.storageLocation(S3LocationProperty.builder()
.bucket("bucket")
.key("key")
.roleArn("roleArn")
// the properties below are optional
.objectVersion("objectVersion")
.build())
// the properties below are optional
.name("name")
.version("version")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnScriptProps.Builder
A builder for
CfnScriptProps |
static class |
CfnScriptProps.Jsii$Proxy
An implementation for
CfnScriptProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnScriptProps.Builder |
builder() |
default String |
getName()
`AWS::GameLift::Script.Name`.
|
Object |
getStorageLocation()
`AWS::GameLift::Script.StorageLocation`.
|
default String |
getVersion()
`AWS::GameLift::Script.Version`.
|
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @NotNull Object getStorageLocation()
@Stability(value=Stable) @Nullable default String getVersion()
@Stability(value=Stable) static CfnScriptProps.Builder builder()
CfnScriptProps.Builder of CfnScriptPropsCopyright © 2021. All rights reserved.