Class: Aws::OpenSearchServerless::Types::CreateLifecyclePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::CreateLifecyclePolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier to ensure idempotency of the request.
-
#description ⇒ String
A description of the lifecycle policy.
-
#name ⇒ String
The name of the lifecycle policy.
-
#policy ⇒ String
The JSON policy document to use as the content for the lifecycle policy.
-
#type ⇒ String
The type of lifecycle policy.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier to ensure idempotency of the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
648 649 650 651 652 653 654 655 656 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 648 class CreateLifecyclePolicyRequest < Struct.new( :client_token, :description, :name, :policy, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the lifecycle policy.
648 649 650 651 652 653 654 655 656 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 648 class CreateLifecyclePolicyRequest < Struct.new( :client_token, :description, :name, :policy, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the lifecycle policy.
648 649 650 651 652 653 654 655 656 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 648 class CreateLifecyclePolicyRequest < Struct.new( :client_token, :description, :name, :policy, :type) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
The JSON policy document to use as the content for the lifecycle policy.
648 649 650 651 652 653 654 655 656 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 648 class CreateLifecyclePolicyRequest < Struct.new( :client_token, :description, :name, :policy, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of lifecycle policy.
648 649 650 651 652 653 654 655 656 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 648 class CreateLifecyclePolicyRequest < Struct.new( :client_token, :description, :name, :policy, :type) SENSITIVE = [] include Aws::Structure end |