@awboost/cfn-resource-types 0.1.262 → 0.1.263
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.
|
@@ -100,6 +100,13 @@ export type SamlConfigOptions = {
|
|
|
100
100
|
* @pattern `[\u0009\u000A\u000D\u0020-\u007E\u00A1-\u00FF]+`
|
|
101
101
|
*/
|
|
102
102
|
Metadata: string;
|
|
103
|
+
/**
|
|
104
|
+
* Custom entity id attribute to override default entity id for this saml integration
|
|
105
|
+
* @minLength `1`
|
|
106
|
+
* @maxLength `1024`
|
|
107
|
+
* @pattern `^aws:opensearch:[0-9]{12}:*`
|
|
108
|
+
*/
|
|
109
|
+
OpenSearchServerlessEntityId?: string;
|
|
103
110
|
/**
|
|
104
111
|
* Defines the session timeout in minutes
|
|
105
112
|
*/
|