interface UserProfileReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_datazone.UserProfileReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#UserProfileReference |
![]() | software.amazon.awscdk.services.datazone.UserProfileReference |
![]() | aws_cdk.aws_datazone.UserProfileReference |
![]() | aws-cdk-lib » aws_datazone » UserProfileReference |
A reference to a UserProfile resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_datazone as datazone } from 'aws-cdk-lib';
const userProfileReference: datazone.UserProfileReference = {
domainId: 'domainId',
userProfileId: 'userProfileId',
};
Properties
Name | Type | Description |
---|---|---|
domain | string | The DomainId of the UserProfile resource. |
user | string | The Id of the UserProfile resource. |
domainId
Type:
string
The DomainId of the UserProfile resource.
userProfileId
Type:
string
The Id of the UserProfile resource.