Show / Hide Table of Contents

Interface CfnDomainObjectType.IDomainObjectTypeFieldProperty

Represents a field in a DomainObjectType.

Namespace: Amazon.CDK.AWS.CustomerProfiles
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDomainObjectType.IDomainObjectTypeFieldProperty
Syntax (vb)
Public Interface CfnDomainObjectType.IDomainObjectTypeFieldProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domainobjecttype-domainobjecttypefield.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.CustomerProfiles;

             var domainObjectTypeFieldProperty = new DomainObjectTypeFieldProperty {
                 Source = "source",
                 Target = "target",

                 // the properties below are optional
                 ContentType = "contentType",
                 FeatureType = "featureType"
             };

Synopsis

Properties

ContentType

The content type of the field.

FeatureType

The feature type of the field.

Source

The source field name.

Target

The target field name.

Properties

ContentType

The content type of the field.

string? ContentType { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domainobjecttype-domainobjecttypefield.html#cfn-customerprofiles-domainobjecttype-domainobjecttypefield-contenttype

FeatureType

The feature type of the field.

string? FeatureType { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domainobjecttype-domainobjecttypefield.html#cfn-customerprofiles-domainobjecttype-domainobjecttypefield-featuretype

Source

The source field name.

string Source { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domainobjecttype-domainobjecttypefield.html#cfn-customerprofiles-domainobjecttype-domainobjecttypefield-source

Target

The target field name.

string Target { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domainobjecttype-domainobjecttypefield.html#cfn-customerprofiles-domainobjecttype-domainobjecttypefield-target

Back to top Generated by DocFX