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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/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 in the OpenSearch Service Developer Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_nameString

The name of the network policy.

Returns:

  • (String)


5088
5089
5090
5091
5092
5093
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5088

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.



5088
5089
5090
5091
5092
5093
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5088

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