interface ObjectTypeReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CustomerProfiles.ObjectTypeReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscustomerprofiles#ObjectTypeReference |
![]() | software.amazon.awscdk.services.customerprofiles.ObjectTypeReference |
![]() | aws_cdk.aws_customerprofiles.ObjectTypeReference |
![]() | aws-cdk-lib » aws_customerprofiles » ObjectTypeReference |
A reference to a ObjectType resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_customerprofiles as customerprofiles } from 'aws-cdk-lib';
const objectTypeReference: customerprofiles.ObjectTypeReference = {
domainName: 'domainName',
objectTypeName: 'objectTypeName',
};
Properties
Name | Type | Description |
---|---|---|
domain | string | The DomainName of the ObjectType resource. |
object | string | The ObjectTypeName of the ObjectType resource. |
domainName
Type:
string
The DomainName of the ObjectType resource.
objectTypeName
Type:
string
The ObjectTypeName of the ObjectType resource.