Field | Type | Description |
---|---|---|
apiVersion |
string | aws.kubeform.com/v1alpha1 |
kind |
string | LaunchConfiguration |
metadata |
Kubernetes meta/v1.ObjectMeta | Refer to the Kubernetes API documentation for the fields of the metadata field. |
spec |
LaunchConfigurationSpec | |
status |
LaunchConfigurationStatus |
Field | Type | Description |
---|---|---|
providerRef |
Kubernetes core/v1.LocalObjectReference | |
id |
string | |
associatePublicIPAddress |
bool | (Optional) |
ebsBlockDevice |
[]LaunchConfigurationSpecEbsBlockDevice | (Optional) |
ebsOptimized |
bool | (Optional) |
enableMonitoring |
bool | (Optional) |
ephemeralBlockDevice |
[]LaunchConfigurationSpecEphemeralBlockDevice | (Optional) |
iamInstanceProfile |
string | (Optional) |
imageID |
string | |
instanceType |
string | |
keyName |
string | (Optional) |
name |
string | (Optional) |
namePrefix |
string | (Optional) |
placementTenancy |
string | (Optional) |
rootBlockDevice |
[]LaunchConfigurationSpecRootBlockDevice | (Optional) |
securityGroups |
[]string | (Optional) |
spotPrice |
string | (Optional) |
userData |
string | (Optional) |
userDataBase64 |
string | (Optional) |
vpcClassicLinkID |
string | (Optional) |
vpcClassicLinkSecurityGroups |
[]string | (Optional) |
Field | Type | Description |
---|---|---|
deleteOnTermination |
bool | (Optional) |
deviceName |
string | |
encrypted |
bool | (Optional) |
iops |
int | (Optional) |
noDevice |
bool | (Optional) |
snapshotID |
string | (Optional) |
volumeSize |
int | (Optional) |
volumeType |
string | (Optional) |
Field | Type | Description |
---|---|---|
deviceName |
string | |
virtualName |
string |
Field | Type | Description |
---|---|---|
deleteOnTermination |
bool | (Optional) |
iops |
int | (Optional) |
volumeSize |
int | (Optional) |
volumeType |
string | (Optional) |
Field | Type | Description |
---|---|---|
observedGeneration |
int64 | (Optional) Resource generation, which is updated on mutation by the API Server. |
output |
LaunchConfigurationSpec | (Optional) |
state |
kubeform.dev/kubeform/apis.State | (Optional) |