Class IntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference

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

      • IntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference

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

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

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

      • resetToken

        @Stability(Stable)
        public void resetToken()
      • resetType

        @Stability(Stable)
        public void resetType()
      • getTokenInput

        @Stability(Stable)
        @Nullable
        public String getTokenInput()
      • getTypeInput

        @Stability(Stable)
        @Nullable
        public String getTypeInput()
      • getToken

        @Stability(Stable)
        @NotNull
        public String getToken()
      • setToken

        @Stability(Stable)
        public void setToken​(@NotNull
                             String value)
      • getType

        @Stability(Stable)
        @NotNull
        public String getType()
      • setType

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