interface ResourceConfigurationReference
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.VpcLattice.ResourceConfigurationReference | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsvpclattice#ResourceConfigurationReference | 
|  Java | software.amazon.awscdk.services.vpclattice.ResourceConfigurationReference | 
|  Python | aws_cdk.aws_vpclattice.ResourceConfigurationReference | 
|  TypeScript | aws-cdk-lib»aws_vpclattice»ResourceConfigurationReference | 
A reference to a ResourceConfiguration 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 resourceConfigurationReference: vpclattice.ResourceConfigurationReference = {
  resourceConfigurationArn: 'resourceConfigurationArn',
};
Properties
| Name | Type | Description | 
|---|---|---|
| resource | string | The Arn of the ResourceConfiguration resource. | 
resourceConfigurationArn
Type:
string
The Arn of the ResourceConfiguration resource.
