Assign an ARN to a Trust Anchor?

0

Is it possible in TypeScript to assign an ARN to a Roles Anywhere trust anchor?

An "attrTrustAnchorArn" property is shown associated with the CfnTrustAnchor class, but is it settable?

Thanks in advance.

asked a year ago180 views
1 Answer
0

Hello, the properties specified in "Construct Props" section are the values that you can define/set for a resource.

The properties specified in "Properties" sections of the documentation : https://docs.aws.amazon.com/cdk/api/v1/docs/@aws-cdk_aws-rolesanywhere.CfnTrustAnchor.html are the ones that can be extracted from the resource created. Thus "attrTrustAnchorArn" is the property that we get from the resource that is created, we do not set it.

AWS
answered a year ago
  • Thank you for your reply. So, understanding that attrTrustAnchorArn is read-only ... is there any way to assign an ARN to a trust anchor?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions