You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import*ascdkfrom'@aws-cdk/core';
...
...
constpersonalizeDatasetGroup=newPersonalizeDatasetGroup(this,'voxi-personalize',{datasetGroupName: 'my-group-name',// OptionalinteractionsSchema: '{...}'// Optional: json string of your interactions schema - defaults to a schema});
...
...
newcdk.CfnOutput(this,'personalizeTrackingIDOutput',{value: personalizeDatasetGroup.trackingIDdescription: 'Tracking ID Output for Amplify or something else'});