Class AppsyncGraphqlApiOpenidConnectConfigOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:50.607Z")
    @Stability(Stable)
    public class AppsyncGraphqlApiOpenidConnectConfigOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • AppsyncGraphqlApiOpenidConnectConfigOutputReference

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

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

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

      • resetAuthTtl

        @Stability(Stable)
        public void resetAuthTtl()
      • resetClientId

        @Stability(Stable)
        public void resetClientId()
      • resetIatTtl

        @Stability(Stable)
        public void resetIatTtl()
      • getAuthTtlInput

        @Stability(Stable)
        @Nullable
        public Number getAuthTtlInput()
      • getClientIdInput

        @Stability(Stable)
        @Nullable
        public String getClientIdInput()
      • getIatTtlInput

        @Stability(Stable)
        @Nullable
        public Number getIatTtlInput()
      • getIssuerInput

        @Stability(Stable)
        @Nullable
        public String getIssuerInput()
      • getAuthTtl

        @Stability(Stable)
        @NotNull
        public Number getAuthTtl()
      • setAuthTtl

        @Stability(Stable)
        public void setAuthTtl​(@NotNull
                               Number value)
      • getClientId

        @Stability(Stable)
        @NotNull
        public String getClientId()
      • setClientId

        @Stability(Stable)
        public void setClientId​(@NotNull
                                String value)
      • getIatTtl

        @Stability(Stable)
        @NotNull
        public Number getIatTtl()
      • setIatTtl

        @Stability(Stable)
        public void setIatTtl​(@NotNull
                              Number value)
      • getIssuer

        @Stability(Stable)
        @NotNull
        public String getIssuer()
      • setIssuer

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