Interface SagemakerWorkforceOidcConfig

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

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

      All Methods Static Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      static SagemakerWorkforceOidcConfig.Builder builder()  
      String getAuthorizationEndpoint()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#authorization_endpoint SagemakerWorkforce#authorization_endpoint}.
      String getClientId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#client_id SagemakerWorkforce#client_id}.
      String getClientSecret()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#client_secret SagemakerWorkforce#client_secret}.
      String getIssuer()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#issuer SagemakerWorkforce#issuer}.
      String getJwksUri()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#jwks_uri SagemakerWorkforce#jwks_uri}.
      String getLogoutEndpoint()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#logout_endpoint SagemakerWorkforce#logout_endpoint}.
      String getTokenEndpoint()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#token_endpoint SagemakerWorkforce#token_endpoint}.
      String getUserInfoEndpoint()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#user_info_endpoint SagemakerWorkforce#user_info_endpoint}.
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
    • Method Detail

      • getAuthorizationEndpoint

        @Stability(Stable)
        @NotNull
        String getAuthorizationEndpoint()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#authorization_endpoint SagemakerWorkforce#authorization_endpoint}.
      • getClientId

        @Stability(Stable)
        @NotNull
        String getClientId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#client_id SagemakerWorkforce#client_id}.
      • getClientSecret

        @Stability(Stable)
        @NotNull
        String getClientSecret()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#client_secret SagemakerWorkforce#client_secret}.
      • getIssuer

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

        @Stability(Stable)
        @NotNull
        String getJwksUri()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#jwks_uri SagemakerWorkforce#jwks_uri}.
      • getLogoutEndpoint

        @Stability(Stable)
        @NotNull
        String getLogoutEndpoint()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#logout_endpoint SagemakerWorkforce#logout_endpoint}.
      • getTokenEndpoint

        @Stability(Stable)
        @NotNull
        String getTokenEndpoint()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#token_endpoint SagemakerWorkforce#token_endpoint}.
      • getUserInfoEndpoint

        @Stability(Stable)
        @NotNull
        String getUserInfoEndpoint()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#user_info_endpoint SagemakerWorkforce#user_info_endpoint}.