Class GameliftScriptStorageLocationOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:53.145Z")
    @Stability(Stable)
    public class GameliftScriptStorageLocationOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • GameliftScriptStorageLocationOutputReference

        protected GameliftScriptStorageLocationOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • GameliftScriptStorageLocationOutputReference

        protected GameliftScriptStorageLocationOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • GameliftScriptStorageLocationOutputReference

        @Stability(Stable)
        public GameliftScriptStorageLocationOutputReference​(@NotNull
                                                            com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                            @NotNull
                                                            String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetObjectVersion

        @Stability(Stable)
        public void resetObjectVersion()
      • getBucketInput

        @Stability(Stable)
        @Nullable
        public String getBucketInput()
      • getKeyInput

        @Stability(Stable)
        @Nullable
        public String getKeyInput()
      • getObjectVersionInput

        @Stability(Stable)
        @Nullable
        public String getObjectVersionInput()
      • getRoleArnInput

        @Stability(Stable)
        @Nullable
        public String getRoleArnInput()
      • getBucket

        @Stability(Stable)
        @NotNull
        public String getBucket()
      • setBucket

        @Stability(Stable)
        public void setBucket​(@NotNull
                              String value)
      • getKey

        @Stability(Stable)
        @NotNull
        public String getKey()
      • setKey

        @Stability(Stable)
        public void setKey​(@NotNull
                           String value)
      • getObjectVersion

        @Stability(Stable)
        @NotNull
        public String getObjectVersion()
      • setObjectVersion

        @Stability(Stable)
        public void setObjectVersion​(@NotNull
                                     String value)
      • getRoleArn

        @Stability(Stable)
        @NotNull
        public String getRoleArn()
      • setRoleArn

        @Stability(Stable)
        public void setRoleArn​(@NotNull
                               String value)