Class GetInstanceProfileResult
Inheritance
System.Object
GetInstanceProfileResult
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 GetInstanceProfileResult
Fields
View SourceArn
The Amazon Resource Name (ARN) specifying the instance profile.
Declaration
public readonly string Arn
Field Value
| Type | Description |
|---|---|
| System.String |
CreateDate
The string representation of the date the instance profile was created.
Declaration
public readonly string CreateDate
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 |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Path
The path to the instance profile.
Declaration
public readonly string Path
Field Value
| Type | Description |
|---|---|
| System.String |
RoleArn
The role arn associated with this instance profile.
Declaration
public readonly string RoleArn
Field Value
| Type | Description |
|---|---|
| System.String |
RoleId
The role id associated with this instance profile.
Declaration
public readonly string RoleId
Field Value
| Type | Description |
|---|---|
| System.String |
RoleName
The role name associated with this instance profile.
Declaration
public readonly string RoleName
Field Value
| Type | Description |
|---|---|
| System.String |