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 SourceArn
The Amazon Resource Name (ARN) specifying the role.
Declaration
public readonly string Arn
Field Value
| Type | Description |
|---|---|
| System.String |
AssumeRolePolicy
The policy document associated with the role.
Declaration
public readonly string AssumeRolePolicy
Field Value
| Type | Description |
|---|---|
| System.String |
CreateDate
Creation date of the role in RFC 3339 format.
Declaration
public readonly string CreateDate
Field Value
| Type | Description |
|---|---|
| System.String |
Description
Description for the role.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
MaxSessionDuration
Maximum session duration.
Declaration
public readonly int MaxSessionDuration
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Path
The path to the role.
Declaration
public readonly string Path
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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> |
UniqueId
The stable and unique string identifying the role.
Declaration
public readonly string UniqueId
Field Value
| Type | Description |
|---|---|
| System.String |