Interface IObjectTypeReference
A reference to a ObjectType resource.
Namespace: Amazon.CDK.AWS.CustomerProfiles
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IObjectTypeReference
Syntax (vb)
Public Interface IObjectTypeReference
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.AWS.CustomerProfiles;
var objectTypeReference = new ObjectTypeReference {
DomainName = "domainName",
ObjectTypeName = "objectTypeName"
};
Synopsis
Properties
DomainName | The DomainName of the ObjectType resource. |
ObjectTypeName | The ObjectTypeName of the ObjectType resource. |
Properties
DomainName
The DomainName of the ObjectType resource.
string DomainName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
ObjectTypeName
The ObjectTypeName of the ObjectType resource.
string ObjectTypeName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated