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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSagemakerWorkforceOidcConfig.BuilderA builder forSagemakerWorkforceOidcConfigstatic classSagemakerWorkforceOidcConfig.Jsii$ProxyAn implementation forSagemakerWorkforceOidcConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static SagemakerWorkforceOidcConfig.Builderbuilder()StringgetAuthorizationEndpoint()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#authorization_endpoint SagemakerWorkforce#authorization_endpoint}.StringgetClientId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#client_id SagemakerWorkforce#client_id}.StringgetClientSecret()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#client_secret SagemakerWorkforce#client_secret}.StringgetIssuer()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#issuer SagemakerWorkforce#issuer}.StringgetJwksUri()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#jwks_uri SagemakerWorkforce#jwks_uri}.StringgetLogoutEndpoint()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#logout_endpoint SagemakerWorkforce#logout_endpoint}.StringgetTokenEndpoint()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#token_endpoint SagemakerWorkforce#token_endpoint}.StringgetUserInfoEndpoint()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}.
-
-
-
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}.
-
builder
@Stability(Stable) static SagemakerWorkforceOidcConfig.Builder builder()
-
-