Class ComputeSnapshotSourceDiskEncryptionKeyOutputReference

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

      • ComputeSnapshotSourceDiskEncryptionKeyOutputReference

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

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

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

      • resetKmsKeyServiceAccount

        @Stability(Stable)
        public void resetKmsKeyServiceAccount()
      • resetRawKey

        @Stability(Stable)
        public void resetRawKey()
      • getKmsKeyServiceAccountInput

        @Stability(Stable)
        @Nullable
        public String getKmsKeyServiceAccountInput()
      • getRawKeyInput

        @Stability(Stable)
        @Nullable
        public String getRawKeyInput()
      • getKmsKeyServiceAccount

        @Stability(Stable)
        @NotNull
        public String getKmsKeyServiceAccount()
      • setKmsKeyServiceAccount

        @Stability(Stable)
        public void setKmsKeyServiceAccount​(@NotNull
                                            String value)
      • getRawKey

        @Stability(Stable)
        @NotNull
        public String getRawKey()
      • setRawKey

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