Class UsagePlanKeyArgs
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 UsagePlanKeyArgs : ResourceArgs
Constructors
View SourceUsagePlanKeyArgs()
Declaration
public UsagePlanKeyArgs()
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> |
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> |