interface TrustAnchorReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.RolesAnywhere.TrustAnchorReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsrolesanywhere#TrustAnchorReference |
![]() | software.amazon.awscdk.services.rolesanywhere.TrustAnchorReference |
![]() | aws_cdk.aws_rolesanywhere.TrustAnchorReference |
![]() | aws-cdk-lib » aws_rolesanywhere » TrustAnchorReference |
A reference to a TrustAnchor 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 trustAnchorReference: rolesanywhere.TrustAnchorReference = {
trustAnchorArn: 'trustAnchorArn',
trustAnchorId: 'trustAnchorId',
};
Properties
Name | Type | Description |
---|---|---|
trust | string | The ARN of the TrustAnchor resource. |
trust | string | The TrustAnchorId of the TrustAnchor resource. |
trustAnchorArn
Type:
string
The ARN of the TrustAnchor resource.
trustAnchorId
Type:
string
The TrustAnchorId of the TrustAnchor resource.