Class ComputeDiskDiskEncryptionKeyOutputReference

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

      • ComputeDiskDiskEncryptionKeyOutputReference

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

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

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

      • resetKmsKeySelfLink

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

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

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

        @Stability(Stable)
        public void resetRsaEncryptedKey()
      • getSha256

        @Stability(Stable)
        @NotNull
        public String getSha256()
      • getKmsKeySelfLinkInput

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

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

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

        @Stability(Stable)
        @Nullable
        public String getRsaEncryptedKeyInput()
      • getKmsKeySelfLink

        @Stability(Stable)
        @NotNull
        public String getKmsKeySelfLink()
      • setKmsKeySelfLink

        @Stability(Stable)
        public void setKmsKeySelfLink​(@NotNull
                                      String value)
      • 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)
      • getRsaEncryptedKey

        @Stability(Stable)
        @NotNull
        public String getRsaEncryptedKey()
      • setRsaEncryptedKey

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