Show / Hide Table of Contents

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 Source

Arn

The Amazon Resource Name (ARN) specifying the instance profile.

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

CreateDate

The string representation of the date the instance profile was created.

Declaration
public readonly string CreateDate
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

Name

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

Path

The path to the instance profile.

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

RoleArn

The role arn associated with this instance profile.

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

RoleId

The role id associated with this instance profile.

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

RoleName

The role name associated with this instance profile.

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