interface PlanReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_arcregionswitch.PlanReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsarcregionswitch#PlanReference |
![]() | software.amazon.awscdk.services.arcregionswitch.PlanReference |
![]() | aws_cdk.aws_arcregionswitch.PlanReference |
![]() | 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.