Show / Hide Table of Contents

Class GetKeyResult

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

Fields

View Source

CreatedDate

The date and time when the API Key was created.

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

Description

The description of the API Key.

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

Enabled

Specifies whether the API Key is enabled.

Declaration
public readonly bool Enabled
Field Value
Type Description
System.Boolean
View Source

Id

Set to the ID of the API Key.

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

LastUpdatedDate

The date and time when the API Key was last updated.

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

Name

Set to the name of the API Key.

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

Tags

A map of tags for the resource.

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

Value

Set to the value of the API Key.

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