| Package | Description |
|---|---|
| com.amazonaws.services.healthlake.model |
| Modifier and Type | Method and Description |
|---|---|
IdentityProviderConfiguration |
IdentityProviderConfiguration.clone() |
IdentityProviderConfiguration |
CreateFHIRDatastoreRequest.getIdentityProviderConfiguration()
The configuration of the identity provider that you want to use for your data store.
|
IdentityProviderConfiguration |
DatastoreProperties.getIdentityProviderConfiguration()
The identity provider that you selected when you created the data store.
|
IdentityProviderConfiguration |
IdentityProviderConfiguration.withAuthorizationStrategy(AuthorizationStrategy authorizationStrategy)
The authorization strategy that you selected when you created the data store.
|
IdentityProviderConfiguration |
IdentityProviderConfiguration.withAuthorizationStrategy(String authorizationStrategy)
The authorization strategy that you selected when you created the data store.
|
IdentityProviderConfiguration |
IdentityProviderConfiguration.withFineGrainedAuthorizationEnabled(Boolean fineGrainedAuthorizationEnabled)
If you enabled fine-grained authorization when you created the data store.
|
IdentityProviderConfiguration |
IdentityProviderConfiguration.withIdpLambdaArn(String idpLambdaArn)
The Amazon Resource Name (ARN) of the Lambda function that you want to use to decode the access token created by
the authorization server.
|
IdentityProviderConfiguration |
IdentityProviderConfiguration.withMetadata(String metadata)
The JSON metadata elements that you want to use in your identity provider configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFHIRDatastoreRequest.setIdentityProviderConfiguration(IdentityProviderConfiguration identityProviderConfiguration)
The configuration of the identity provider that you want to use for your data store.
|
void |
DatastoreProperties.setIdentityProviderConfiguration(IdentityProviderConfiguration identityProviderConfiguration)
The identity provider that you selected when you created the data store.
|
CreateFHIRDatastoreRequest |
CreateFHIRDatastoreRequest.withIdentityProviderConfiguration(IdentityProviderConfiguration identityProviderConfiguration)
The configuration of the identity provider that you want to use for your data store.
|
DatastoreProperties |
DatastoreProperties.withIdentityProviderConfiguration(IdentityProviderConfiguration identityProviderConfiguration)
The identity provider that you selected when you created the data store.
|
Copyright © 2025. All rights reserved.