Interface ISubscriptionDefinitionReference
A reference to a SubscriptionDefinition resource.
Namespace: Amazon.CDK.AWS.Greengrass
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISubscriptionDefinitionReference
Syntax (vb)
Public Interface ISubscriptionDefinitionReference
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.AWS.Greengrass;
var subscriptionDefinitionReference = new SubscriptionDefinitionReference {
SubscriptionDefinitionArn = "subscriptionDefinitionArn",
SubscriptionDefinitionId = "subscriptionDefinitionId"
};
Synopsis
Properties
SubscriptionDefinitionArn | The ARN of the SubscriptionDefinition resource. |
SubscriptionDefinitionId | The Id of the SubscriptionDefinition resource. |
Properties
SubscriptionDefinitionArn
The ARN of the SubscriptionDefinition resource.
string SubscriptionDefinitionArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
SubscriptionDefinitionId
The Id of the SubscriptionDefinition resource.
string SubscriptionDefinitionId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated