@awboost/cfn-resource-types 0.1.256 → 0.1.257
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -105,7 +105,7 @@ export type IdentityProviderConfiguration = {
|
|
|
105
105
|
/**
|
|
106
106
|
* Type of Authorization Strategy. The two types of supported Authorization strategies are SMART_ON_FHIR_V1 and AWS_AUTH.
|
|
107
107
|
*/
|
|
108
|
-
AuthorizationStrategy: "SMART_ON_FHIR_V1" | "AWS_AUTH";
|
|
108
|
+
AuthorizationStrategy: "SMART_ON_FHIR_V1" | "AWS_AUTH" | "SMART_ON_FHIR";
|
|
109
109
|
/**
|
|
110
110
|
* Flag to indicate if fine-grained authorization will be enabled for the datastore
|
|
111
111
|
*/
|