interface PlanReference
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.aws_arcregionswitch.PlanReference | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsarcregionswitch#PlanReference | 
|  Java | software.amazon.awscdk.services.arcregionswitch.PlanReference | 
|  Python | aws_cdk.aws_arcregionswitch.PlanReference | 
|  TypeScript | aws-cdk-lib»aws_arcregionswitch»PlanReference | 
A reference to a Plan resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_arcregionswitch as arcregionswitch } from 'aws-cdk-lib';
const planReference: arcregionswitch.PlanReference = {
  planArn: 'planArn',
};
Properties
| Name | Type | Description | 
|---|---|---|
| plan | string | The Arn of the Plan resource. | 
planArn
Type:
string
The Arn of the Plan resource.
