Show / Hide Table of Contents

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 .

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

Properties

Arn

The ARN of the IAM role.

Properties

Arn

The ARN of the IAM role.

string? Arn { get; }
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

Back to top Generated by DocFX