interface UserProfileReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.OpsWorks.UserProfileReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsopsworks#UserProfileReference |
![]() | software.amazon.awscdk.services.opsworks.UserProfileReference |
![]() | aws_cdk.aws_opsworks.UserProfileReference |
![]() | aws-cdk-lib » aws_opsworks » 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_opsworks as opsworks } from 'aws-cdk-lib';
const userProfileReference: opsworks.UserProfileReference = {
userProfileId: 'userProfileId',
};
Properties
Name | Type | Description |
---|---|---|
user | string | The Id of the UserProfile resource. |
userProfileId
Type:
string
The Id of the UserProfile resource.