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 SourceCreatedDate
The date and time when the API Key was created.
Declaration
public readonly string CreatedDate
Field Value
| Type | Description |
|---|---|
| System.String |
Description
The description of the API Key.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Enabled
Specifies whether the API Key is enabled.
Declaration
public readonly bool Enabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Id
Set to the ID of the API Key.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
LastUpdatedDate
The date and time when the API Key was last updated.
Declaration
public readonly string LastUpdatedDate
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Set to the name of the API Key.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
Value
Set to the value of the API Key.
Declaration
public readonly string Value
Field Value
| Type | Description |
|---|---|
| System.String |