Class CfnDomainObjectTypePropsMixin.DomainObjectTypeFieldProperty
Represents a field in a DomainObjectType.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.CustomerProfiles
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDomainObjectTypePropsMixin.DomainObjectTypeFieldProperty : CfnDomainObjectTypePropsMixin.IDomainObjectTypeFieldProperty
Syntax (vb)
Public Class CfnDomainObjectTypePropsMixin.DomainObjectTypeFieldProperty Implements CfnDomainObjectTypePropsMixin.IDomainObjectTypeFieldProperty
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.CfnPropertyMixins.AWS.CustomerProfiles;
var domainObjectTypeFieldProperty = new DomainObjectTypeFieldProperty {
ContentType = "contentType",
FeatureType = "featureType",
Source = "source",
Target = "target"
};
Synopsis
Constructors
| DomainObjectTypeFieldProperty() | Represents a field in a DomainObjectType. |
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. |
Constructors
DomainObjectTypeFieldProperty()
Represents a field in a DomainObjectType.
public DomainObjectTypeFieldProperty()
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.CfnPropertyMixins.AWS.CustomerProfiles;
var domainObjectTypeFieldProperty = new DomainObjectTypeFieldProperty {
ContentType = "contentType",
FeatureType = "featureType",
Source = "source",
Target = "target"
};
Properties
ContentType
The content type of the field.
public string? ContentType { get; set; }
Property Value
Remarks
FeatureType
The feature type of the field.
public string? FeatureType { get; set; }
Property Value
Remarks
Source
The source field name.
public string? Source { get; set; }
Property Value
Remarks
Target
The target field name.
public string? Target { get; set; }