Show / Hide Table of Contents

Class CfnFormType.ModelProperty

Indicates the smithy model of the API.

Inheritance
object
CfnFormType.ModelProperty
Implements
CfnFormType.IModelProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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"
             };

Properties

Smithy

Indicates the smithy model of the API.

public string? Smithy { get; set; }
Property Value

string

Remarks

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

Implements

CfnFormType.IModelProperty
Back to top Generated by DocFX