Class UsagePlanKeyState
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 UsagePlanKeyState : ResourceArgs
Constructors
View SourceUsagePlanKeyState()
Declaration
public UsagePlanKeyState()
Properties
View SourceKeyId
The identifier of the API key resource.
Declaration
public Input<string> KeyId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
KeyType
The type of the API key resource. Currently, the valid key type is API_KEY.
Declaration
public Input<string> KeyType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of a usage plan key.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UsagePlanId
The Id of the usage plan resource representing to associate the key to.
Declaration
public Input<string> UsagePlanId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
The value of a usage plan key.
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |