public static final class CfnScriptProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnScriptProps
CfnScriptProps
CfnScriptProps.Builder, CfnScriptProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName()
A descriptive label that is associated with a script.
|
java.lang.Object |
getStorageLocation()
The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.
|
java.util.List<CfnTag> |
getTags()
A list of labels to assign to the new script resource.
|
java.lang.String |
getVersion()
The version that is associated with a build or script.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getStorageLocation()
CfnScriptProps
The storage location must specify the Amazon S3 bucket name, the zip file name (the "key"), and a role ARN that allows Amazon GameLift to access the Amazon S3 storage location. The S3 bucket must be in the same Region where you want to create a new script. By default, Amazon GameLift uploads the latest version of the zip file; if you have S3 object versioning turned on, you can use the ObjectVersion
parameter to specify an earlier version.
getStorageLocation
in interface CfnScriptProps
public final java.lang.String getName()
CfnScriptProps
Script names do not need to be unique.
getName
in interface CfnScriptProps
public final java.util.List<CfnTag> getTags()
CfnScriptProps
Tags are developer-defined key-value pairs. Tagging AWS resources are useful for resource management, access management and cost allocation. For more information, see Tagging AWS Resources in the AWS General Reference . Once the resource is created, you can use TagResource, UntagResource, and ListTagsForResource to add, remove, and view tags. The maximum tag limit may be lower than stated. See the AWS General Reference for actual tagging limits.
getTags
in interface CfnScriptProps
public final java.lang.String getVersion()
CfnScriptProps
Version strings do not need to be unique.
getVersion
in interface CfnScriptProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()