AWS::OpenSearchServerless::LifecyclePolicyAmazon OpenSearchServerless lifecycle policy resource
4 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
Policy | string | Required |
Type | string | RequiredCreate-only |
Description | string |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::OpenSearchServerless::LifecyclePolicy
Resources:
MyResource:
Type: AWS::OpenSearchServerless::LifecyclePolicy
Properties:
Type: "value"
Name: "my-name"
Policy: "value"
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
aoss:CreateLifecyclePolicyaoss:BatchGetLifecyclePolicyaoss:UpdateLifecyclePolicyaoss:BatchGetLifecyclePolicyaoss:DeleteLifecyclePolicyaoss:ListLifecyclePoliciesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterTypeThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
TypeName