Interface CfnAccessPolicy.IIamRoleProperty
Contains information about an AWS Identity and Access Management role.
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAccessPolicy.IIamRoleProperty
Syntax (vb)
Public Interface CfnAccessPolicy.IIamRoleProperty
Remarks
For more information, see IAM roles in the IAM User Guide .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTSiteWise;
var iamRoleProperty = new IamRoleProperty {
Arn = "arn"
};
Synopsis
Properties
| Arn | The ARN of the IAM role. |
Properties
Arn
The ARN of the IAM role.
string? Arn { get; }
Property Value
Remarks
For more information, see IAM ARNs in the IAM User Guide .