aws-cdk-lib.aws_vpclattice.CfnAuthPolicyProps

interface CfnAuthPolicyProps

LanguageType name
.NETAmazon.CDK.AWS.VpcLattice.CfnAuthPolicyProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsvpclattice#CfnAuthPolicyProps
Javasoftware.amazon.awscdk.services.vpclattice.CfnAuthPolicyProps
Pythonaws_cdk.aws_vpclattice.CfnAuthPolicyProps
TypeScript aws-cdk-lib » aws_vpclattice » CfnAuthPolicyProps

Properties for defining a CfnAuthPolicy.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_vpclattice as vpclattice } from 'aws-cdk-lib';

declare const policy: any;
const cfnAuthPolicyProps: vpclattice.CfnAuthPolicyProps = {
  policy: policy,
  resourceIdentifier: 'resourceIdentifier',
};

Properties

NameTypeDescription
policyanyThe auth policy.
resourceIdentifierstringThe ID or Amazon Resource Name (ARN) of the service network or service for which the policy is created.

policy

Type: any

The auth policy.


resourceIdentifier

Type: string

The ID or Amazon Resource Name (ARN) of the service network or service for which the policy is created.