AWS::VpcLattice::ResourcePolicyRetrieves information about the specified resource policy. The resource policy is an IAM policy created on behalf of the resource owner when they share a resource.
import { CfnResourcePolicy } from 'aws-cdk-lib/aws-vpclattice';Or use the module namespace:
import * as vpclattice from 'aws-cdk-lib/aws-vpclattice';
// vpclattice.CfnResourcePolicyConfiguration passed to the constructor as CfnResourcePolicyProps.
policyRequiredanyThe Amazon Resource Name (ARN) of the service network or service.
resourceArnRequiredstringAn IAM policy.
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::ResourcePolicy