Class CfnBuild.StorageLocationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.CfnBuild.StorageLocationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBuild.StorageLocationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBuild.StorageLocationProperty
@Stability(Stable)
@Internal
public static final class CfnBuild.StorageLocationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBuild.StorageLocationProperty
An implementation for
CfnBuild.StorageLocationProperty-
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.CfnBuild.StorageLocationProperty
CfnBuild.StorageLocationProperty.Builder, CfnBuild.StorageLocationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBuild.StorageLocationProperty.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 StringAn Amazon S3 bucket identifier.final StringgetKey()The name of the zip file that contains the build files or script files.final StringA version of a stored file to retrieve, if the object versioning feature is turned on for the S3 bucket.final StringThe ARNfor an IAM role that allows Amazon GameLift to access the S3 bucket.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 theCfnBuild.StorageLocationProperty.Builder.
-
-
Method Details
-
getBucket
Description copied from interface:CfnBuild.StorageLocationPropertyAn Amazon S3 bucket identifier. The name of the S3 bucket.Amazon GameLift doesn't support uploading from Amazon S3 buckets with names that contain a dot (.).
- Specified by:
getBucketin interfaceCfnBuild.StorageLocationProperty- See Also:
-
getKey
Description copied from interface:CfnBuild.StorageLocationPropertyThe name of the zip file that contains the build files or script files.- Specified by:
getKeyin interfaceCfnBuild.StorageLocationProperty- See Also:
-
getRoleArn
Description copied from interface:CfnBuild.StorageLocationPropertyThe ARNfor an IAM role that allows Amazon GameLift to access the S3 bucket.- Specified by:
getRoleArnin interfaceCfnBuild.StorageLocationProperty- See Also:
-
getObjectVersion
Description copied from interface:CfnBuild.StorageLocationPropertyA version of a stored file to retrieve, if the object versioning feature is turned on for the S3 bucket.Use this parameter to specify a specific version. If this parameter isn't set, Amazon GameLift Servers retrieves the latest version of the file.
- Specified by:
getObjectVersionin interfaceCfnBuild.StorageLocationProperty- 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()
-