getTypedLinkFacetInformation
abstract suspend fun getTypedLinkFacetInformation(input: GetTypedLinkFacetInformationRequest): GetTypedLinkFacetInformationResponse
Returns the identity attribute order for a specific TypedLinkFacet. For more information, see Typed Links.
Samples
fun main() {
//sampleStart
val resp = cloudDirectoryClient.getTypedLinkFacetInformation {
schemaArn = "arn:aws:clouddirectory:us-west-2:45132example:directory/AYb8AOV81kHNgdj8mAO3dNY/schema/org/1"
name = "exampletypedlink8"
}
//sampleEnd
}