Values.CreateApplicationRequestSourceCreates an OpenSearch UI application. For more information, see Using the OpenSearch user interface in Amazon OpenSearch Service.
type nonrec t = {clientToken : ClientToken.t option;Unique, case-sensitive identifier to ensure idempotency of the request.
*)name : ApplicationName.t;The unique name of the OpenSearch application. Names must be unique within an Amazon Web Services Region for each account.
*)dataSources : DataSources.t option;The data sources to link to the OpenSearch application.
*)iamIdentityCenterOptions : IamIdentityCenterOptionsInput.t option;Configuration settings for integrating Amazon Web Services IAM Identity Center with the OpenSearch application.
*)appConfigs : AppConfigs.t option;Configuration settings for the OpenSearch application, including administrative options.
*)tagList : TagList.t option;kmsKeyArn : KmsKeyArn.t option;The Amazon Resource Name (ARN) of the KMS key used to encrypt the application's data at rest. If provided, the application uses your customer-managed key for encryption. If omitted, the application uses an AWS-managed key. The KMS key must be in the same region as the application.
*)}val make :
?clientToken:??? ->
?dataSources:??? ->
?iamIdentityCenterOptions:??? ->
?appConfigs:??? ->
?tagList:??? ->
?kmsKeyArn:??? ->
name:ApplicationName.t ->
unit ->
t