Show / Hide Table of Contents

Class CfnAccessPolicy.IamRoleProperty

Contains information about an AWS Identity and Access Management role.

Inheritance
object
CfnAccessPolicy.IamRoleProperty
Implements
CfnAccessPolicy.IIamRoleProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-accesspolicy-iamrole.html

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-accesspolicy-iamrole.html

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

string

Remarks

For more information, see IAM ARNs in the IAM User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-accesspolicy-iamrole.html#cfn-iotsitewise-accesspolicy-iamrole-arn

Implements

CfnAccessPolicy.IIamRoleProperty
Back to top Generated by DocFX