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
    • 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}.