Class ComputeResourcePolicySnapshotSchedulePolicySnapshotPropertiesOutputReference

  • 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:18.920Z")
    @Stability(Stable)
    public class ComputeResourcePolicySnapshotSchedulePolicySnapshotPropertiesOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • ComputeResourcePolicySnapshotSchedulePolicySnapshotPropertiesOutputReference

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

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

        @Stability(Stable)
        public ComputeResourcePolicySnapshotSchedulePolicySnapshotPropertiesOutputReference​(@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

      • resetChainName

        @Stability(Stable)
        public void resetChainName()
      • resetGuestFlush

        @Stability(Stable)
        public void resetGuestFlush()
      • resetLabels

        @Stability(Stable)
        public void resetLabels()
      • resetStorageLocations

        @Stability(Stable)
        public void resetStorageLocations()
      • getChainNameInput

        @Stability(Stable)
        @Nullable
        public String getChainNameInput()
      • getGuestFlushInput

        @Stability(Stable)
        @Nullable
        public Object getGuestFlushInput()
      • getLabelsInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getLabelsInput()
      • getStorageLocationsInput

        @Stability(Stable)
        @Nullable
        public List<String> getStorageLocationsInput()
      • getChainName

        @Stability(Stable)
        @NotNull
        public String getChainName()
      • setChainName

        @Stability(Stable)
        public void setChainName​(@NotNull
                                 String value)
      • getGuestFlush

        @Stability(Stable)
        @NotNull
        public Object getGuestFlush()
      • setGuestFlush

        @Stability(Stable)
        public void setGuestFlush​(@NotNull
                                  Boolean value)
      • setGuestFlush

        @Stability(Stable)
        public void setGuestFlush​(@NotNull
                                  com.hashicorp.cdktf.IResolvable value)
      • getLabels

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getLabels()
      • setLabels

        @Stability(Stable)
        public void setLabels​(@NotNull
                              Map<String,​String> value)
      • getStorageLocations

        @Stability(Stable)
        @NotNull
        public List<String> getStorageLocations()
      • setStorageLocations

        @Stability(Stable)
        public void setStorageLocations​(@NotNull
                                        List<String> value)