interface ConfigReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.GroundStation.ConfigReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsgroundstation#ConfigReference |
Java | software.amazon.awscdk.interfaces.groundstation.ConfigReference |
Python | aws_cdk.interfaces.aws_groundstation.ConfigReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_groundstation } from 'aws-cdk-lib/interfaces';
const configReference: interfaces_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.

.NET
Go
Java
Python
TypeScript