interface MissionProfileReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.GroundStation.MissionProfileReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsgroundstation#MissionProfileReference |
![]() | software.amazon.awscdk.services.groundstation.MissionProfileReference |
![]() | aws_cdk.aws_groundstation.MissionProfileReference |
![]() | aws-cdk-lib » aws_groundstation » MissionProfileReference |
A reference to a MissionProfile resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_groundstation as groundstation } from 'aws-cdk-lib';
const missionProfileReference: groundstation.MissionProfileReference = {
missionProfileArn: 'missionProfileArn',
missionProfileId: 'missionProfileId',
};
Properties
Name | Type | Description |
---|---|---|
mission | string | The Arn of the MissionProfile resource. |
mission | string | The Id of the MissionProfile resource. |
missionProfileArn
Type:
string
The Arn of the MissionProfile resource.
missionProfileId
Type:
string
The Id of the MissionProfile resource.