ApiKey

class ApiKey : KotlinCustomResource

Definition of AWS::Location::APIKey Resource Type

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) for the resource. Used when you need to specify a resource across all AWS .

Link copied to clipboard
val createTime: Output<String>

The timestamp for when the API key resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

Link copied to clipboard
val description: Output<String>?

Updates the description for the API key resource.

Link copied to clipboard
val expireTime: Output<String>?

The optional timestamp for when the API key resource will expire in ISO 8601 format .

Link copied to clipboard
val forceDelete: Output<Boolean>?

ForceDelete bypasses an API key's expiry conditions and deletes the key. Set the parameter true to delete the key or to false to not preemptively delete the API key. Valid values: true , or false .

Link copied to clipboard
val forceUpdate: Output<Boolean>?

The boolean flag to be included for updating ExpireTime or Restrictions details. Must be set to true to update an API key resource that has been used in the past 7 days. False if force update is not preferred.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val keyArn: Output<String>

The Amazon Resource Name (ARN) for the API key resource. Used when you need to specify a resource across all AWS .

Link copied to clipboard
val keyName: Output<String>

A custom name for the API key resource. Requirements:

Link copied to clipboard
val noExpiry: Output<Boolean>?

Whether the API key should expire. Set to true to set the API key to have no expiration time.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The API key restrictions for the API key resource.

Link copied to clipboard
val tags: Output<List<Tag>>?

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val updateTime: Output<String>

The timestamp for when the API key resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ .

Link copied to clipboard
val urn: Output<String>