Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-formtype-model.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-formtype-model.html#cfn-datazone-formtype-model-smithy

Back to top Generated by DocFX