Show / Hide Table of Contents

Class GetRoleResult

Inheritance
System.Object
GetRoleResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Iam
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetRoleResult

Fields

View Source

Arn

The Amazon Resource Name (ARN) specifying the role.

Declaration
public readonly string Arn
Field Value
Type Description
System.String
View Source

AssumeRolePolicy

The policy document associated with the role.

Declaration
public readonly string AssumeRolePolicy
Field Value
Type Description
System.String
View Source

CreateDate

Creation date of the role in RFC 3339 format.

Declaration
public readonly string CreateDate
Field Value
Type Description
System.String
View Source

Description

Description for the role.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

MaxSessionDuration

Maximum session duration.

Declaration
public readonly int MaxSessionDuration
Field Value
Type Description
System.Int32
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Path

The path to the role.

Declaration
public readonly string Path
Field Value
Type Description
System.String
View Source

PermissionsBoundary

The ARN of the policy that is used to set the permissions boundary for the role.

Declaration
public readonly string PermissionsBoundary
Field Value
Type Description
System.String
View Source

Tags

The tags attached to the role.

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

UniqueId

The stable and unique string identifying the role.

Declaration
public readonly string UniqueId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.