Class CfnScriptProps.Jsii$Proxy
- All Implemented Interfaces:
CfnScriptProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnScriptProps
CfnScriptProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.gamelift.CfnScriptProps
CfnScriptProps.Builder, CfnScriptProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnScriptProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnScriptProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringgetName()A descriptive label that is associated with a script.final ObjectThe location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.getTags()A list of labels to assign to the new script resource.final StringThe version that is associated with a build or script.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnScriptProps.Builder.
-
-
Method Details
-
getStorageLocation
Description copied from interface:CfnScriptPropsThe location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.The storage location must specify the Amazon S3 bucket name, the zip file name (the "key"), and a role ARN that allows Amazon GameLift Servers 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 Servers uploads the latest version of the zip file; if you have S3 object versioning turned on, you can use the
ObjectVersionparameter to specify an earlier version.Returns union: either
IResolvableorCfnScript.S3LocationProperty- Specified by:
getStorageLocationin interfaceCfnScriptProps- See Also:
-
getName
Description copied from interface:CfnScriptPropsA descriptive label that is associated with a script.Script names do not need to be unique.
- Specified by:
getNamein interfaceCfnScriptProps- See Also:
-
getTags
Description copied from interface:CfnScriptPropsA list of labels to assign to the new script resource.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.
- Specified by:
getTagsin interfaceCfnScriptProps- See Also:
-
getVersion
Description copied from interface:CfnScriptPropsThe version that is associated with a build or script.Version strings do not need to be unique.
- Specified by:
getVersionin interfaceCfnScriptProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-