Class: Aws::CloudWatchLogs::Types::OpenSearchNetworkPolicy

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

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][1

in the OpenSearch Service Developer Guide.

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_nameString

The name of the network policy.

Returns:

  • (String)


4931
4932
4933
4934
4935
4936
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4931

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

#statusTypes::OpenSearchResourceStatus

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



4931
4932
4933
4934
4935
4936
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4931

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