Show / Hide Table of Contents

Class CfnAccessPolicy.IamRoleProperty

Contains information about an AWS Identity and Access Management role.

Inheritance
System.Object
CfnAccessPolicy.IamRoleProperty
Implements
CfnAccessPolicy.IIamRoleProperty
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.AWS.IoTSiteWise.dll
Syntax (csharp)
public class IamRoleProperty : Object, CfnAccessPolicy.IIamRoleProperty
Syntax (vb)
Public Class IamRoleProperty
    Inherits Object
    Implements CfnAccessPolicy.IIamRoleProperty
Remarks

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

Link: 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()

Properties

Arn

The ARN of the IAM role.

Constructors

IamRoleProperty()

public IamRoleProperty()

Properties

Arn

The ARN of the IAM role.

public string Arn { get; set; }
Property Value

System.String

Remarks

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

Link: 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