Interface CfnFormType.IModelProperty
Indicates the smithy model of the API.
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnFormType.IModelProperty
Syntax (vb)
Public Interface CfnFormType.IModelProperty
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 modelProperty = new ModelProperty {
Smithy = "smithy"
};
Synopsis
Properties
| Smithy | Indicates the smithy model of the API. |
Properties
Smithy
Indicates the smithy model of the API.
string? Smithy { get; }