Class CfnScriptProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.CfnScriptProps.Jsii$Proxy
All Implemented Interfaces:
CfnScriptProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnScriptProps

@Stability(Stable) @Internal public static final class CfnScriptProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnScriptProps
An implementation for CfnScriptProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.gamelift.CfnScriptProps

    CfnScriptProps.Builder, CfnScriptProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnScriptProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    A descriptive label that is associated with a script.
    final Object
    The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.
    final List<CfnTag>
    A list of labels to assign to the new script resource.
    final String
    The version that is associated with a build or script.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(CfnScriptProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnScriptProps.Builder.
  • Method Details

    • getStorageLocation

      public final Object getStorageLocation()
      Description copied from interface: CfnScriptProps
      The 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 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.

      Specified by:
      getStorageLocation in interface CfnScriptProps
    • getName

      public final String getName()
      Description copied from interface: CfnScriptProps
      A descriptive label that is associated with a script.

      Script names do not need to be unique.

      Specified by:
      getName in interface CfnScriptProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnScriptProps
      A 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:
      getTags in interface CfnScriptProps
    • getVersion

      public final String getVersion()
      Description copied from interface: CfnScriptProps
      The version that is associated with a build or script.

      Version strings do not need to be unique.

      Specified by:
      getVersion in interface CfnScriptProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object