AccessPolicyReference

class aws_cdk.interfaces.aws_opensearchserverless.AccessPolicyReference(*, access_policy_name, type)

Bases: object

A reference to a AccessPolicy resource.

Parameters:
  • access_policy_name (str) – The Name of the AccessPolicy resource.

  • type (str) – The Type of the AccessPolicy resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_opensearchserverless as interfaces_aws_opensearchserverless

access_policy_reference = interfaces_aws_opensearchserverless.AccessPolicyReference(
    access_policy_name="accessPolicyName",
    type="type"
)

Attributes

access_policy_name

The Name of the AccessPolicy resource.

type

The Type of the AccessPolicy resource.