SecurityPolicyReference
- class aws_cdk.aws_opensearchserverless.SecurityPolicyReference(*, security_policy_name, type)
Bases:
object
A reference to a SecurityPolicy resource.
- Parameters:
security_policy_name (
str
) – The Name of the SecurityPolicy resource.type (
str
) – The Type of the SecurityPolicy 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 security_policy_reference = opensearchserverless.SecurityPolicyReference( security_policy_name="securityPolicyName", type="type" )
Attributes
- security_policy_name
The Name of the SecurityPolicy resource.
- type
The Type of the SecurityPolicy resource.