Show / Hide Table of Contents

Class GetCallerIdentityResult

Inheritance
System.Object
GetCallerIdentityResult
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetCallerIdentityResult

Fields

View Source

AccountId

The AWS Account ID number of the account that owns or contains the calling entity.

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

Arn

The AWS ARN associated with the calling entity.

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

UserId

The unique identifier of the calling entity.

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