Class CfnAccessPolicy.IamRoleProperty
Contains information about an AWS Identity and Access Management role.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAccessPolicy.IamRoleProperty : CfnAccessPolicy.IIamRoleProperty
Syntax (vb)
Public Class CfnAccessPolicy.IamRoleProperty Implements 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
Constructors
IamRoleProperty() | Contains information about an AWS Identity and Access Management role. |
Properties
Arn | The ARN of the IAM role. |
Constructors
IamRoleProperty()
Contains information about an AWS Identity and Access Management role.
public IamRoleProperty()
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"
};
Properties
Arn
The ARN of the IAM role.
public string? Arn { get; set; }
Property Value
Remarks
For more information, see IAM ARNs in the IAM User Guide .