class Amazonite::CloudWatchLogs::OpenSearchDataAccessPolicy

Overview

This structure contains information about the OpenSearch Service data access policy used for this integration. The access policy defines the access controls for the collection. This data access policy was automatically created as part of the integration setup. For more information about OpenSearch Service data access policies, see Data access control for Amazon OpenSearch Serverless in the OpenSearch Service Developer Guide.

Included Modules

Defined in:

cloudwatch_logs/open_search_data_access_policy.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(policy_name : String | Nil = nil, status : OpenSearchResourceStatus | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def policy_name : String | Nil #

The name of the data access policy.


[View source]
def policy_name=(policy_name : String | Nil) #

The name of the data access policy.


[View source]
def status : OpenSearchResourceStatus | Nil #

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


[View source]
def status=(status : OpenSearchResourceStatus | Nil) #

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


[View source]
def validate! : Nil #

[View source]