interface ConfigReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.GroundStation.ConfigReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsgroundstation#ConfigReference |
![]() | software.amazon.awscdk.services.groundstation.ConfigReference |
![]() | aws_cdk.aws_groundstation.ConfigReference |
![]() | aws-cdk-lib » aws_groundstation » ConfigReference |
A reference to a Config 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 configReference: groundstation.ConfigReference = {
configArn: 'configArn',
};
Properties
Name | Type | Description |
---|---|---|
config | string | The Arn of the Config resource. |
configArn
Type:
string
The Arn of the Config resource.