_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
disk
An object containing information about the disk. | STRUCT( "name" VARCHAR, "arn" VARCHAR, "support_code" VARCHAR, "created_at" TIMESTAMP_S, "location" STRUCT( "availability_zone" VARCHAR, "region_name" VARCHAR ), "resource_type" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "add_ons" STRUCT( "name" VARCHAR, "status" VARCHAR, "snapshot_time_of_day" VARCHAR, "next_snapshot_time_of_day" VARCHAR, "threshold" VARCHAR, "duration" VARCHAR )[], "size_in_gb" BIGINT, "is_system_disk" BOOLEAN, "iops" BIGINT, "path" VARCHAR, "state" VARCHAR, "attached_to" VARCHAR, "is_attached" BOOLEAN, "attachment_state" VARCHAR, "gb_in_use" BIGINT, "auto_mount_status" VARCHAR ) |
Show child fields- disk.add_ons[]
Show child fields- disk.add_ons[].duration
The amount of idle time in minutes after which your virtual computer will automatically stop. This add-on only applies to Lightsail for Research resources.
- disk.add_ons[].name
The name of the add-on.
- disk.add_ons[].next_snapshot_time_of_day
The next daily time an automatic snapshot will be created. The time shown is in HH:00 format, and in Coordinated Universal Time (UTC). The snapshot is automatically created between the time shown and up to 45 minutes after.
- disk.add_ons[].snapshot_time_of_day
The daily time when an automatic snapshot is created. The time shown is in HH:00 format, and in Coordinated Universal Time (UTC). The snapshot is automatically created between the time shown and up to 45 minutes after.
- disk.add_ons[].status
The status of the add-on.
- disk.add_ons[].threshold
The trigger threshold of the action. This add-on only applies to Lightsail for Research resources.
- disk.arn
The Amazon Resource Name (ARN) of the disk.
- disk.attached_to
The resources to which the disk is attached.
- disk.attachment_state
(Discontinued) The attachment state of the disk. In releases prior to November 14, 2017, this parameter returned attached for system disks in the API response. It is now discontinued, but still included in the response. Use isAttached instead.
- disk.auto_mount_status
The status of automatically mounting a storage disk to a virtual computer. This parameter only applies to Lightsail for Research resources.
- disk.created_at
The date when the disk was created.
- disk.gb_in_use
(Discontinued) The number of GB in use by the disk. In releases prior to November 14, 2017, this parameter was not included in the API response. It is now discontinued.
- disk.iops
The input/output operations per second (IOPS) of the disk.
- disk.is_attached
A Boolean value indicating whether the disk is attached.
- disk.is_system_disk
A Boolean value indicating whether this disk is a system disk (has an operating system loaded on it).
- disk.location
The AWS Region and Availability Zone where the disk is located. Show child fields- disk.location.availability_zone
The Availability Zone. Follows the format us-east-2a (case-sensitive).
- disk.location.region_name
The Amazon Web Services Region name.
- disk.name
The unique name of the disk.
- disk.path
The disk path.
- disk.resource_type
The Lightsail resource type (Disk).
- disk.size_in_gb
The size of the disk in GB.
- disk.state
Describes the status of the disk.
- disk.support_code
The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.
- disk.tags[]
Show child fields- disk.tags[].key
The key of the tag. Constraints: Tag keys accept a maximum of 128 letters, numbers, spaces in UTF-8, or the following characters: + - = . _ :/@
- disk.tags[].value
The value of the tag. Constraints: Tag values accept a maximum of 256 letters, numbers, spaces in UTF-8, or the following characters: + - = . _ :/@
|