Class ApiKeyArgs
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.AppSync
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ApiKeyArgs : ResourceArgs
Constructors
View SourceApiKeyArgs()
Declaration
public ApiKeyArgs()
Properties
View SourceApiId
The ID of the associated AppSync API
Declaration
public Input<string> ApiId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
The API key description. Defaults to "Managed by Pulumi".
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |