interface DiscoveryReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.ApplicationSignals.DiscoveryReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsapplicationsignals#DiscoveryReference |
Java | software.amazon.awscdk.interfaces.applicationsignals.DiscoveryReference |
Python | aws_cdk.interfaces.aws_applicationsignals.DiscoveryReference |
TypeScript | aws-cdk-lib » interfaces » aws_applicationsignals » DiscoveryReference |
A reference to a Discovery resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_applicationsignals as interfaces_applicationsignals } from 'aws-cdk-lib/interfaces';
const discoveryReference: interfaces_applicationsignals.DiscoveryReference = {
accountId: 'accountId',
};
Properties
| Name | Type | Description |
|---|---|---|
| account | string | The AccountId of the Discovery resource. |
accountId
Type:
string
The AccountId of the Discovery resource.

.NET
Go
Java
Python
TypeScript