CfnAuthPolicyProps
- class aws_cdk.aws_vpclattice.CfnAuthPolicyProps(*, policy, resource_identifier)
- Bases: - object- Properties for defining a - CfnAuthPolicy.- Parameters:
- policy ( - Any) – The auth policy.
- resource_identifier ( - str) – The ID or ARN of the service network or service for which the policy is created.
 
- See:
- 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_vpclattice as vpclattice # policy: Any cfn_auth_policy_props = vpclattice.CfnAuthPolicyProps( policy=policy, resource_identifier="resourceIdentifier" ) - Attributes - policy
- The auth policy. 
 - resource_identifier
- The ID or ARN of the service network or service for which the policy is created.