Class ComputeDiskSourceImageEncryptionKeyOutputReference

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

      • ComputeDiskSourceImageEncryptionKeyOutputReference

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

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

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