Show / Hide Table of Contents

Class ApiKeyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApiKeyArgs
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.AppSync
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ApiKeyArgs : ResourceArgs

Constructors

View Source

ApiKeyArgs()

Declaration
public ApiKeyArgs()

Properties

View Source

ApiId

The ID of the associated AppSync API

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

Expires

RFC3339 string representation of the expiry date. Rounded down to nearest hour. By default, it is 7 days from the date of creation.

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