interface AuthPolicyReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.VpcLattice.AuthPolicyReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsvpclattice#AuthPolicyReference |
Java | software.amazon.awscdk.services.vpclattice.AuthPolicyReference |
Python | aws_cdk.aws_vpclattice.AuthPolicyReference |
TypeScript | 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.

.NET
Go
Java
Python
TypeScript