interface ProfileReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.RolesAnywhere.ProfileReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsrolesanywhere#ProfileReference |
![]() | software.amazon.awscdk.services.rolesanywhere.ProfileReference |
![]() | aws_cdk.aws_rolesanywhere.ProfileReference |
![]() | aws-cdk-lib » aws_rolesanywhere » ProfileReference |
A reference to a Profile resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_rolesanywhere as rolesanywhere } from 'aws-cdk-lib';
const profileReference: rolesanywhere.ProfileReference = {
profileArn: 'profileArn',
profileId: 'profileId',
};
Properties
Name | Type | Description |
---|---|---|
profile | string | The ARN of the Profile resource. |
profile | string | The ProfileId of the Profile resource. |
profileArn
Type:
string
The ARN of the Profile resource.
profileId
Type:
string
The ProfileId of the Profile resource.