AccessPolicyReference
- class aws_cdk.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 import aws_opensearchserverless as opensearchserverless access_policy_reference = 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.