Class CfnFHIRDatastore.IdentityProviderConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFHIRDatastore.IdentityProviderConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFHIRDatastore.IdentityProviderConfigurationProperty
CfnFHIRDatastore.IdentityProviderConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.healthlake.CfnFHIRDatastore.IdentityProviderConfigurationProperty
CfnFHIRDatastore.IdentityProviderConfigurationProperty.Builder, CfnFHIRDatastore.IdentityProviderConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFHIRDatastore.IdentityProviderConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe authorization strategy selected when the HealthLake data store is created.final ObjectThe parameter to enable SMART on FHIR fine-grained authorization for the data store.final StringThe Amazon Resource Name (ARN) of the Lambda function to use to decode the access token created by the authorization server.final StringThe JSON metadata elements to use in your identity provider configuration.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnFHIRDatastore.IdentityProviderConfigurationProperty.Builder.
-
-
Method Details
-
getAuthorizationStrategy
Description copied from interface:CfnFHIRDatastore.IdentityProviderConfigurationPropertyThe authorization strategy selected when the HealthLake data store is created.HealthLake provides support for both SMART on FHIR V1 and V2 as described below.
SMART_ON_FHIR_V1– Support for only SMART on FHIR V1, which includesread(read/search) andwrite(create/update/delete) permissions.SMART_ON_FHIR– Support for both SMART on FHIR V1 and V2, which includescreate,read,update,delete, andsearchpermissions.AWS_AUTH– The default HealthLake authorization strategy; not affiliated with SMART on FHIR.
- Specified by:
getAuthorizationStrategyin interfaceCfnFHIRDatastore.IdentityProviderConfigurationProperty- See Also:
-
getFineGrainedAuthorizationEnabled
Description copied from interface:CfnFHIRDatastore.IdentityProviderConfigurationPropertyThe parameter to enable SMART on FHIR fine-grained authorization for the data store.Returns union: either
BooleanorIResolvable- Specified by:
getFineGrainedAuthorizationEnabledin interfaceCfnFHIRDatastore.IdentityProviderConfigurationProperty- See Also:
-
getIdpLambdaArn
Description copied from interface:CfnFHIRDatastore.IdentityProviderConfigurationPropertyThe Amazon Resource Name (ARN) of the Lambda function to use to decode the access token created by the authorization server.- Specified by:
getIdpLambdaArnin interfaceCfnFHIRDatastore.IdentityProviderConfigurationProperty- See Also:
-
getMetadata
Description copied from interface:CfnFHIRDatastore.IdentityProviderConfigurationPropertyThe JSON metadata elements to use in your identity provider configuration.Required elements are listed based on the launch specification of the SMART application. For more information on all possible elements, see Metadata in SMART's App Launch specification.
authorization_endpoint: The URL to the OAuth2 authorization endpoint.grant_types_supported: An array of grant types that are supported at the token endpoint. You must provide at least one grant type option. Valid options areauthorization_codeandclient_credentials.token_endpoint: The URL to the OAuth2 token endpoint.capabilities: An array of strings of the SMART capabilities that the authorization server supports.code_challenge_methods_supported: An array of strings of supported PKCE code challenge methods. You must include theS256method in the array of PKCE code challenge methods.- Specified by:
getMetadatain interfaceCfnFHIRDatastore.IdentityProviderConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-