class Amazonite::CloudWatchLogs::OpenSearchNetworkPolicy

Overview

This structure contains information about the OpenSearch Service network policy used for this integration. The network policy assigns network access settings to collections. For more information, see Network policies in the OpenSearch Service Developer Guide.

Included Modules

Defined in:

cloudwatch_logs/open_search_network_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 network policy.


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

The name of the network 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]