Class StorageBucketCorsOutputReference

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

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:22.822Z")
    @Stability(Stable)
    public class StorageBucketCorsOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • StorageBucketCorsOutputReference

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

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

        @Stability(Stable)
        public StorageBucketCorsOutputReference​(@NotNull
                                                com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                @NotNull
                                                String terraformAttribute,
                                                @NotNull
                                                Number complexObjectIndex,
                                                @NotNull
                                                Boolean complexObjectIsFromSet)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
        complexObjectIndex - the index of this item in the list. This parameter is required.
        complexObjectIsFromSet - whether the list is wrapping a set (will add tolist() to be able to access an item via an index). This parameter is required.
    • Method Detail

      • resetMaxAgeSeconds

        @Stability(Stable)
        public void resetMaxAgeSeconds()
      • resetMethod

        @Stability(Stable)
        public void resetMethod()
      • resetOrigin

        @Stability(Stable)
        public void resetOrigin()
      • resetResponseHeader

        @Stability(Stable)
        public void resetResponseHeader()
      • getMaxAgeSecondsInput

        @Stability(Stable)
        @Nullable
        public Number getMaxAgeSecondsInput()
      • getMethodInput

        @Stability(Stable)
        @Nullable
        public List<String> getMethodInput()
      • getOriginInput

        @Stability(Stable)
        @Nullable
        public List<String> getOriginInput()
      • getResponseHeaderInput

        @Stability(Stable)
        @Nullable
        public List<String> getResponseHeaderInput()
      • getMaxAgeSeconds

        @Stability(Stable)
        @NotNull
        public Number getMaxAgeSeconds()
      • setMaxAgeSeconds

        @Stability(Stable)
        public void setMaxAgeSeconds​(@NotNull
                                     Number value)
      • getMethod

        @Stability(Stable)
        @NotNull
        public List<String> getMethod()
      • setMethod

        @Stability(Stable)
        public void setMethod​(@NotNull
                              List<String> value)
      • getOrigin

        @Stability(Stable)
        @NotNull
        public List<String> getOrigin()
      • setOrigin

        @Stability(Stable)
        public void setOrigin​(@NotNull
                              List<String> value)
      • getResponseHeader

        @Stability(Stable)
        @NotNull
        public List<String> getResponseHeader()
      • setResponseHeader

        @Stability(Stable)
        public void setResponseHeader​(@NotNull
                                      List<String> value)
      • getInternalValue

        @Stability(Stable)
        @Nullable
        public Object getInternalValue()
      • setInternalValue

        @Stability(Stable)
        public void setInternalValue​(@Nullable
                                     com.hashicorp.cdktf.IResolvable value)
      • setInternalValue

        @Stability(Stable)
        public void setInternalValue​(@Nullable
                                     StorageBucketCors value)