interface AuthPolicyReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.VpcLattice.AuthPolicyReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsvpclattice#AuthPolicyReference |
Java | software.amazon.awscdk.interfaces.vpclattice.AuthPolicyReference |
Python | aws_cdk.interfaces.aws_vpclattice.AuthPolicyReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_vpclattice } from 'aws-cdk-lib/interfaces';
const authPolicyReference: interfaces_aws_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