Show / Hide Table of Contents

Class UsagePlanKeyState

Inheritance
System.Object
InputArgs
ResourceArgs
UsagePlanKeyState
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 UsagePlanKeyState : ResourceArgs

Constructors

View Source

UsagePlanKeyState()

Declaration
public UsagePlanKeyState()

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

Name

The name of a usage plan key.

Declaration
public Input<string> Name { 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

Value

The value of a usage plan key.

Declaration
public Input<string> Value { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.