Class BinaryAuthorizationAttestorAttestationAuthorityNotePublicKeysPkixPublicKeyOutputReference

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

      • BinaryAuthorizationAttestorAttestationAuthorityNotePublicKeysPkixPublicKeyOutputReference

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

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

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

      • resetPublicKeyPem

        @Stability(Stable)
        public void resetPublicKeyPem()
      • resetSignatureAlgorithm

        @Stability(Stable)
        public void resetSignatureAlgorithm()
      • getPublicKeyPemInput

        @Stability(Stable)
        @Nullable
        public String getPublicKeyPemInput()
      • getSignatureAlgorithmInput

        @Stability(Stable)
        @Nullable
        public String getSignatureAlgorithmInput()
      • getPublicKeyPem

        @Stability(Stable)
        @NotNull
        public String getPublicKeyPem()
      • setPublicKeyPem

        @Stability(Stable)
        public void setPublicKeyPem​(@NotNull
                                    String value)
      • getSignatureAlgorithm

        @Stability(Stable)
        @NotNull
        public String getSignatureAlgorithm()
      • setSignatureAlgorithm

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