AWS Fundamentals Logo
AWS Fundamentals
AWS::OpenSearchService::Application

OpenSearchService Application

Amazon OpenSearchService application resource

Properties

7 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
AppConfigs
Array<AppConfig>
DataSources
Array<DataSource>
Endpoint
string
IamIdentityCenterOptions
object
KmsKeyArn
string
Create-onlyWrite-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringAmazon Resource Name (ARN) format.
IdstringThe identifier of the application.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

es:CreateApplicationes:GetApplicationes:AddTagses:ListTagsiam:CreateServiceLinkedRole

read

es:GetApplicationes:ListTags

update

es:UpdateApplicationes:GetApplicationes:AddTagses:RemoveTagses:ListTags

delete

es:GetApplicationes:DeleteApplication

list

es:ListApplications

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceOpenSearchService
Properties9
Required1
TaggingSupported
Primary IDName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

NameKmsKeyArn

Related Resources

External Links