AWS::OpenSearchService::ApplicationAmazon OpenSearchService application resource
7 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
AppConfigs | Array<AppConfig> | |
DataSources | Array<DataSource> | |
Endpoint | string | |
IamIdentityCenterOptions | object | |
KmsKeyArn | string | Create-onlyWrite-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Amazon Resource Name (ARN) format. |
Id | string | The identifier of the application. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::OpenSearchService::Application
Resources:
MyResource:
Type: AWS::OpenSearchService::Application
Properties:
Name: "my-name"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
es:CreateApplicationes:GetApplicationes:AddTagses:ListTagsiam:CreateServiceLinkedRolees:GetApplicationes:ListTagses:UpdateApplicationes:GetApplicationes:AddTagses:RemoveTagses:ListTagses:GetApplicationes:DeleteApplicationes:ListApplicationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameKmsKeyArn