Field | Type | Description |
---|---|---|
apiVersion |
string | aws.kubeform.com/v1alpha1 |
kind |
string | AmiCopy |
metadata |
Kubernetes meta/v1.ObjectMeta | Refer to the Kubernetes API documentation for the fields of the metadata field. |
spec |
AmiCopySpec | |
status |
AmiCopyStatus |
Field | Type | Description |
---|---|---|
providerRef |
Kubernetes core/v1.LocalObjectReference | |
id |
string | |
architecture |
string | (Optional) |
description |
string | (Optional) |
ebsBlockDevice |
[]AmiCopySpecEbsBlockDevice | (Optional) |
enaSupport |
bool | (Optional) |
encrypted |
bool | (Optional) |
ephemeralBlockDevice |
[]AmiCopySpecEphemeralBlockDevice | (Optional) |
imageLocation |
string | (Optional) |
kernelID |
string | (Optional) |
kmsKeyID |
string | (Optional) |
manageEbsSnapshots |
bool | (Optional) |
name |
string | |
ramdiskID |
string | (Optional) |
rootDeviceName |
string | (Optional) |
rootSnapshotID |
string | (Optional) |
sourceAmiID |
string | |
sourceAmiRegion |
string | |
sriovNetSupport |
string | (Optional) |
tags |
map[string]string | (Optional) |
virtualizationType |
string | (Optional) |
Field | Type | Description |
---|---|---|
deleteOnTermination |
bool | (Optional) |
deviceName |
string | (Optional) |
encrypted |
bool | (Optional) |
iops |
int | (Optional) |
snapshotID |
string | (Optional) |
volumeSize |
int | (Optional) |
volumeType |
string | (Optional) |
Field | Type | Description |
---|---|---|
deviceName |
string | (Optional) |
virtualName |
string | (Optional) |
Field | Type | Description |
---|---|---|
observedGeneration |
int64 | (Optional) Resource generation, which is updated on mutation by the API Server. |
output |
AmiCopySpec | (Optional) |
state |
kubeform.dev/kubeform/apis.State | (Optional) |