interface CfnAuthPolicyProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.VpcLattice.CfnAuthPolicyProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsvpclattice#CfnAuthPolicyProps |
Java | software.amazon.awscdk.services.vpclattice.CfnAuthPolicyProps |
Python | aws_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
Name | Type | Description |
---|---|---|
policy | any | The auth policy. |
resource | string | The ID or 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 ARN of the service network or service for which the policy is created.