Class ApiKeyState
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 ApiKeyState : ResourceArgs
Constructors
View SourceApiKeyState()
Declaration
public ApiKeyState()
Properties
View SourceArn
Amazon Resource Name (ARN)
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CreatedDate
The creation date of the API key
Declaration
public Input<string> CreatedDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
The API key description. Defaults to "Managed by Pulumi".
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Enabled
Specifies whether the API key can be used by callers. Defaults to true.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
LastUpdatedDate
The last update date of the API key
Declaration
public Input<string> LastUpdatedDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the API key
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
Key-value map of resource tags
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Value
The value of the API key. If not specified, it will be automatically generated by AWS on creation.
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |