interface RouteReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.RefactorSpaces.RouteReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsrefactorspaces#RouteReference |
![]() | software.amazon.awscdk.services.refactorspaces.RouteReference |
![]() | aws_cdk.aws_refactorspaces.RouteReference |
![]() | aws-cdk-lib » aws_refactorspaces » RouteReference |
A reference to a Route resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_refactorspaces as refactorspaces } from 'aws-cdk-lib';
const routeReference: refactorspaces.RouteReference = {
applicationIdentifier: 'applicationIdentifier',
environmentIdentifier: 'environmentIdentifier',
routeArn: 'routeArn',
routeIdentifier: 'routeIdentifier',
};
Properties
Name | Type | Description |
---|---|---|
application | string | The ApplicationIdentifier of the Route resource. |
environment | string | The EnvironmentIdentifier of the Route resource. |
route | string | The ARN of the Route resource. |
route | string | The RouteIdentifier of the Route resource. |
applicationIdentifier
Type:
string
The ApplicationIdentifier of the Route resource.
environmentIdentifier
Type:
string
The EnvironmentIdentifier of the Route resource.
routeArn
Type:
string
The ARN of the Route resource.
routeIdentifier
Type:
string
The RouteIdentifier of the Route resource.