Class: Aws::CloudWatchLogs::Types::OpenSearchEncryptionPolicy

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

This structure contains information about the OpenSearch Service encryption policy used for this integration. The encryption policy was created automatically when you created the integration. For more information, see [Encryption policies] in the OpenSearch Service Developer Guide.

[1]: docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-encryption.html#serverless-encryption-policies

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_nameString

The name of the encryption policy.

Returns:

  • (String)


4747
4748
4749
4750
4751
4752
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4747

class OpenSearchEncryptionPolicy < Struct.new(
  :policy_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::OpenSearchResourceStatus

This structure contains information about the status of this OpenSearch Service resource.



4747
4748
4749
4750
4751
4752
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4747

class OpenSearchEncryptionPolicy < Struct.new(
  :policy_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end