Class CfnFormType.ModelProperty
Indicates the smithy model of the API.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnFormType.ModelProperty : CfnFormType.IModelProperty
Syntax (vb)
Public Class CfnFormType.ModelProperty Implements 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
Constructors
| ModelProperty() | Indicates the smithy model of the API. |
Properties
| Smithy | Indicates the smithy model of the API. |
Constructors
ModelProperty()
Indicates the smithy model of the API.
public ModelProperty()
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"
};
Properties
Smithy
Indicates the smithy model of the API.
public string? Smithy { get; set; }