Class GameliftScriptStorageLocation.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.gamelift_script.GameliftScriptStorageLocation.Jsii$Proxy
-
- All Implemented Interfaces:
GameliftScriptStorageLocation,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GameliftScriptStorageLocation
@Stability(Stable) @Internal public static final class GameliftScriptStorageLocation.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GameliftScriptStorageLocation
An implementation forGameliftScriptStorageLocation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.gamelift_script.GameliftScriptStorageLocation
GameliftScriptStorageLocation.Builder, GameliftScriptStorageLocation.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GameliftScriptStorageLocation.Builder builder)Constructor that initializes the object based on literal property values passed by theGameliftScriptStorageLocation.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetBucket()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/gamelift_script#bucket GameliftScript#bucket}.StringgetKey()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/gamelift_script#key GameliftScript#key}.StringgetObjectVersion()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/gamelift_script#object_version GameliftScript#object_version}.StringgetRoleArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/gamelift_script#role_arn GameliftScript#role_arn}.inthashCode()
-
-
-
Constructor Detail
-
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(GameliftScriptStorageLocation.Builder builder)
Constructor that initializes the object based on literal property values passed by theGameliftScriptStorageLocation.Builder.
-
-
Method Detail
-
getBucket
public final String getBucket()
Description copied from interface:GameliftScriptStorageLocationDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/gamelift_script#bucket GameliftScript#bucket}.- Specified by:
getBucketin interfaceGameliftScriptStorageLocation
-
getKey
public final String getKey()
Description copied from interface:GameliftScriptStorageLocationDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/gamelift_script#key GameliftScript#key}.- Specified by:
getKeyin interfaceGameliftScriptStorageLocation
-
getRoleArn
public final String getRoleArn()
Description copied from interface:GameliftScriptStorageLocationDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/gamelift_script#role_arn GameliftScript#role_arn}.- Specified by:
getRoleArnin interfaceGameliftScriptStorageLocation
-
getObjectVersion
public final String getObjectVersion()
Description copied from interface:GameliftScriptStorageLocationDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/gamelift_script#object_version GameliftScript#object_version}.- Specified by:
getObjectVersionin interfaceGameliftScriptStorageLocation
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-