Interface GameliftScriptStorageLocation
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GameliftScriptStorageLocation.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.145Z") @Stability(Stable) public interface GameliftScriptStorageLocation extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGameliftScriptStorageLocation.BuilderA builder forGameliftScriptStorageLocationstatic classGameliftScriptStorageLocation.Jsii$ProxyAn implementation forGameliftScriptStorageLocation
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static GameliftScriptStorageLocation.Builderbuilder()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}.default 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}.
-
-
-
Method Detail
-
getBucket
@Stability(Stable) @NotNull String getBucket()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/gamelift_script#bucket GameliftScript#bucket}.
-
getKey
@Stability(Stable) @NotNull String getKey()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/gamelift_script#key GameliftScript#key}.
-
getRoleArn
@Stability(Stable) @NotNull String getRoleArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/gamelift_script#role_arn GameliftScript#role_arn}.
-
getObjectVersion
@Stability(Stable) @Nullable default String getObjectVersion()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/gamelift_script#object_version GameliftScript#object_version}.
-
builder
@Stability(Stable) static GameliftScriptStorageLocation.Builder builder()
-
-