Interface CfnSubscriptionTarget.ISubscriptionTargetFormProperty
The details of the subscription target configuration.
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnSubscriptionTarget.ISubscriptionTargetFormProperty
Syntax (vb)
Public Interface CfnSubscriptionTarget.ISubscriptionTargetFormProperty
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.DataZone;
var subscriptionTargetFormProperty = new SubscriptionTargetFormProperty {
Content = "content",
FormName = "formName"
};
Synopsis
Properties
| Content | The content of the subscription target configuration. |
| FormName | The form name included in the subscription target configuration. |
Properties
Content
The content of the subscription target configuration.
string Content { get; }
Property Value
Remarks
FormName
The form name included in the subscription target configuration.
string FormName { get; }