interface CalculatedAttributeDefinitionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CustomerProfiles.CalculatedAttributeDefinitionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscustomerprofiles#CalculatedAttributeDefinitionReference |
![]() | software.amazon.awscdk.services.customerprofiles.CalculatedAttributeDefinitionReference |
![]() | aws_cdk.aws_customerprofiles.CalculatedAttributeDefinitionReference |
![]() | aws-cdk-lib » aws_customerprofiles » CalculatedAttributeDefinitionReference |
A reference to a CalculatedAttributeDefinition 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 calculatedAttributeDefinitionReference: customerprofiles.CalculatedAttributeDefinitionReference = {
calculatedAttributeName: 'calculatedAttributeName',
domainName: 'domainName',
};
Properties
Name | Type | Description |
---|---|---|
calculated | string | The CalculatedAttributeName of the CalculatedAttributeDefinition resource. |
domain | string | The DomainName of the CalculatedAttributeDefinition resource. |
calculatedAttributeName
Type:
string
The CalculatedAttributeName of the CalculatedAttributeDefinition resource.
domainName
Type:
string
The DomainName of the CalculatedAttributeDefinition resource.