Class DiscoveryReference
A reference to a Discovery resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.ApplicationSignals
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DiscoveryReference : IDiscoveryReference
Syntax (vb)
Public Class DiscoveryReference Implements IDiscoveryReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.ApplicationSignals;
var discoveryReference = new DiscoveryReference {
AccountId = "accountId"
};
Synopsis
Constructors
| DiscoveryReference() | A reference to a Discovery resource. |
Properties
| AccountId | The AccountId of the Discovery resource. |
Constructors
DiscoveryReference()
A reference to a Discovery resource.
public DiscoveryReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.ApplicationSignals;
var discoveryReference = new DiscoveryReference {
AccountId = "accountId"
};
Properties
AccountId
The AccountId of the Discovery resource.
public string AccountId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated