OpsworksMemcachedLayer

Field Type Description
apiVersion string aws.kubeform.com/v1alpha1
kind string OpsworksMemcachedLayer
metadata Kubernetes meta/v1.ObjectMeta Refer to the Kubernetes API documentation for the fields of the metadata field.
spec OpsworksMemcachedLayerSpec
status OpsworksMemcachedLayerStatus

OpsworksMemcachedLayerSpec

(Appears on:OpsworksMemcachedLayer, OpsworksMemcachedLayerStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
allocatedMemory int (Optional)
autoAssignElasticIPS bool (Optional)
autoAssignPublicIPS bool (Optional)
autoHealing bool (Optional)
customConfigureRecipes []string (Optional)
customDeployRecipes []string (Optional)
customInstanceProfileArn string (Optional)
customJSON string (Optional)
customSecurityGroupIDS []string (Optional)
customSetupRecipes []string (Optional)
customShutdownRecipes []string (Optional)
customUndeployRecipes []string (Optional)
drainElbOnShutdown bool (Optional)
ebsVolume []OpsworksMemcachedLayerSpecEbsVolume (Optional)
elasticLoadBalancer string (Optional)
installUpdatesOnBoot bool (Optional)
instanceShutdownTimeout int (Optional)
name string (Optional)
stackID string
systemPackages []string (Optional)
useEbsOptimizedInstances bool (Optional)

OpsworksMemcachedLayerSpecEbsVolume

(Appears on:OpsworksMemcachedLayerSpec)
Field Type Description
iops int (Optional)
mountPoint string
numberOfDisks int
raidLevel string (Optional)
size int
type string (Optional)

OpsworksMemcachedLayerStatus

(Appears on:OpsworksMemcachedLayer)
Field Type Description
observedGeneration int64 (Optional) Resource generation, which is updated on mutation by the API Server.
output OpsworksMemcachedLayerSpec (Optional)
state kubeform.dev/kubeform/apis.State (Optional)