AWS::VpcLattice::AuthPolicyCreates or updates the auth policy. The policy string in JSON must not contain newlines or blank lines. For more information, see [Auth policies](https://docs.aws.amazon.com/vpc-lattice/latest/ug/auth-policies.html) in the *Amazon VPC Lattice User Guide* .
import { CfnAuthPolicy } from 'aws-cdk-lib/aws-vpclattice';Or use the module namespace:
import * as vpclattice from 'aws-cdk-lib/aws-vpclattice';
// vpclattice.CfnAuthPolicyConfiguration passed to the constructor as CfnAuthPolicyProps.
policyRequiredanyThe auth policy.
resourceIdentifierRequiredstringThe ID or ARN of the service network or service for which the policy is created.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-vpclatticeAWS::VpcLattice::AuthPolicy