interface AuthPolicyReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.VpcLattice.AuthPolicyReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsvpclattice#AuthPolicyReference |
![]() | software.amazon.awscdk.services.vpclattice.AuthPolicyReference |
![]() | aws_cdk.aws_vpclattice.AuthPolicyReference |
![]() | aws-cdk-lib » aws_vpclattice » AuthPolicyReference |
A reference to a AuthPolicy resource.
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';
const authPolicyReference: vpclattice.AuthPolicyReference = {
resourceIdentifier: 'resourceIdentifier',
};
Properties
Name | Type | Description |
---|---|---|
resource | string | The ResourceIdentifier of the AuthPolicy resource. |
resourceIdentifier
Type:
string
The ResourceIdentifier of the AuthPolicy resource.