Class CfnBuildPropsMixin.StorageLocationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.gamelift.mixins.CfnBuildPropsMixin.StorageLocationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBuildPropsMixin.StorageLocationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBuildPropsMixin.StorageLocationProperty
@Stability(Stable)
@Internal
public static final class CfnBuildPropsMixin.StorageLocationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBuildPropsMixin.StorageLocationProperty
An implementation for
CfnBuildPropsMixin.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.mixins.preview.services.gamelift.mixins.CfnBuildPropsMixin.StorageLocationProperty
CfnBuildPropsMixin.StorageLocationProperty.Builder, CfnBuildPropsMixin.StorageLocationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBuildPropsMixin.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 theCfnBuildPropsMixin.StorageLocationProperty.Builder.
-
-
Method Details
-
getBucket
Description copied from interface:CfnBuildPropsMixin.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 interfaceCfnBuildPropsMixin.StorageLocationProperty- See Also:
-
getKey
Description copied from interface:CfnBuildPropsMixin.StorageLocationPropertyThe name of the zip file that contains the build files or script files.- Specified by:
getKeyin interfaceCfnBuildPropsMixin.StorageLocationProperty- See Also:
-
getObjectVersion
Description copied from interface:CfnBuildPropsMixin.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 interfaceCfnBuildPropsMixin.StorageLocationProperty- See Also:
-
getRoleArn
Description copied from interface:CfnBuildPropsMixin.StorageLocationPropertyThe ARNfor an IAM role that allows Amazon GameLift to access the S3 bucket.- Specified by:
getRoleArnin interfaceCfnBuildPropsMixin.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()
-