get Calculated Attribute Definition
suspend fun getCalculatedAttributeDefinition(argument: GetCalculatedAttributeDefinitionPlainArgs): GetCalculatedAttributeDefinitionResult
A calculated attribute definition for Customer Profiles
Return
null
Parameters
argument
null
suspend fun getCalculatedAttributeDefinition(calculatedAttributeName: String, domainName: String): GetCalculatedAttributeDefinitionResult
Return
null
Parameters
calculated Attribute Name
The name of an attribute defined in a profile object type.
domain Name
The unique name of the domain.
See also
suspend fun getCalculatedAttributeDefinition(argument: suspend GetCalculatedAttributeDefinitionPlainArgsBuilder.() -> Unit): GetCalculatedAttributeDefinitionResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.customerprofiles.kotlin.inputs.GetCalculatedAttributeDefinitionPlainArgs.