Interface AppsyncGraphqlApiOpenidConnectConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    AppsyncGraphqlApiOpenidConnectConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:50.607Z")
    @Stability(Stable)
    public interface AppsyncGraphqlApiOpenidConnectConfig
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getIssuer

        @Stability(Stable)
        @NotNull
        String getIssuer()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appsync_graphql_api#issuer AppsyncGraphqlApi#issuer}.
      • getAuthTtl

        @Stability(Stable)
        @Nullable
        default Number getAuthTtl()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appsync_graphql_api#auth_ttl AppsyncGraphqlApi#auth_ttl}.
      • getClientId

        @Stability(Stable)
        @Nullable
        default String getClientId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appsync_graphql_api#client_id AppsyncGraphqlApi#client_id}.
      • getIatTtl

        @Stability(Stable)
        @Nullable
        default Number getIatTtl()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appsync_graphql_api#iat_ttl AppsyncGraphqlApi#iat_ttl}.