Show / Hide Table of Contents

Class CfnFormTypeMixinProps

Properties for CfnFormTypePropsMixin.

Inheritance
object
CfnFormTypeMixinProps
Implements
ICfnFormTypeMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.DataZone.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnFormTypeMixinProps : ICfnFormTypeMixinProps
Syntax (vb)
Public Class CfnFormTypeMixinProps Implements ICfnFormTypeMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.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.Mixins.Preview.AWS.DataZone.Mixins;

             var cfnFormTypeMixinProps = new CfnFormTypeMixinProps {
                 Description = "description",
                 DomainIdentifier = "domainIdentifier",
                 Model = new ModelProperty {
                     Smithy = "smithy"
                 },
                 Name = "name",
                 OwningProjectIdentifier = "owningProjectIdentifier",
                 Status = "status"
             };

Synopsis

Constructors

CfnFormTypeMixinProps()

Properties for CfnFormTypePropsMixin.

Properties

Description

The description of the metadata form type.

DomainIdentifier

The identifier of the Amazon DataZone domain in which the form type exists.

Model

The model of the form type.

Name

The name of the form type.

OwningProjectIdentifier

The identifier of the project that owns the form type.

Status

The status of the form type.

Constructors

CfnFormTypeMixinProps()

Properties for CfnFormTypePropsMixin.

public CfnFormTypeMixinProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.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.Mixins.Preview.AWS.DataZone.Mixins;

             var cfnFormTypeMixinProps = new CfnFormTypeMixinProps {
                 Description = "description",
                 DomainIdentifier = "domainIdentifier",
                 Model = new ModelProperty {
                     Smithy = "smithy"
                 },
                 Name = "name",
                 OwningProjectIdentifier = "owningProjectIdentifier",
                 Status = "status"
             };

Properties

Description

The description of the metadata form type.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-description

DomainIdentifier

The identifier of the Amazon DataZone domain in which the form type exists.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-domainidentifier

Model

The model of the form type.

public object? Model { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnFormTypePropsMixin.IModelProperty

Name

The name of the form type.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-name

OwningProjectIdentifier

The identifier of the project that owns the form type.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-owningprojectidentifier

Status

The status of the form type.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-status

Implements

ICfnFormTypeMixinProps
Back to top Generated by DocFX