Show / Hide Table of Contents

Class UsagePlanKeyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
UsagePlanKeyArgs
Inherited Members
ResourceArgs.Empty
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 Source

UsagePlanKeyArgs()

Declaration
public UsagePlanKeyArgs()

Properties

View Source

KeyId

The identifier of the API key resource.

Declaration
public Input<string> KeyId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.