AWS::OpenSearchService::DomainAn example resource schema demonstrating some basic constructs and validation rules.
21 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AccessPolicies | object | |
AdvancedOptions | object | |
AdvancedSecurityOptions | AdvancedSecurityOptionsInput | |
AIMLOptions | AIMLOptions | |
ClusterConfig | ClusterConfig | |
CognitoOptions | CognitoOptions | |
DomainEndpointOptions | DomainEndpointOptions | |
DomainName | string | Create-only |
EBSOptions | EBSOptions | |
EncryptionAtRestOptions | EncryptionAtRestOptions | |
EngineVersion | string | |
IdentityCenterOptions | IdentityCenterOptions | |
IPAddressType | string | |
LogPublishingOptions | object | |
NodeToNodeEncryptionOptions | NodeToNodeEncryptionOptions | |
OffPeakWindowOptions | OffPeakWindowOptions | |
SkipShardMigrationWait | boolean | |
SnapshotOptions | SnapshotOptions | |
SoftwareUpdateOptions | SoftwareUpdateOptions | |
Tags | Array<Tag> | |
VPCOptions | VPCOptions |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
DomainArn | string | - |
DomainEndpoint | string | - |
DomainEndpoints | object | - |
DomainEndpointV2 | string | - |
Id | string | - |
ServiceSoftwareOptions | ServiceSoftwareOptions | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::OpenSearchService::Domain
Resources:
MyResource:
Type: AWS::OpenSearchService::Domain
Properties:
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
es:CreateDomaines:DescribeDomaines:AddTagses:ListTagses:DescribeDomainChangeProgresses:DescribeDomaines:ListTagses:UpdateDomaines:UpgradeDomaines:DescribeDomaines:AddTagses:RemoveTagses:ListTagses:DescribeDomainChangeProgresses:DeleteDomaines:DescribeDomainOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDomainNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DomainName