interface PlanReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.ARCRegionSwitch.PlanReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsarcregionswitch#PlanReference |
Java | software.amazon.awscdk.interfaces.arcregionswitch.PlanReference |
Python | aws_cdk.interfaces.aws_arcregionswitch.PlanReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_arcregionswitch } from 'aws-cdk-lib/interfaces';
const planReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript