Show / Hide Table of Contents

Class ApiKeyState

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

Constructors

View Source

ApiKeyState()

Declaration
public ApiKeyState()

Properties

View Source

Arn

Amazon Resource Name (ARN)

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

CreatedDate

The creation date of the API key

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

Description

The API key description. Defaults to "Managed by Pulumi".

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

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

LastUpdatedDate

The last update date of the API key

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

Name

The name of the API key

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

Tags

Key-value map of resource tags

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

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