Documentation
¶
Index ¶
Constants ¶
View Source
const ( CPUPerUnit commons.FieldName = "cpu_per_unit" MemoryPerUnit commons.FieldName = "memory_per_unit" NumOfUnits commons.FieldName = "num_of_units" )
View Source
const ( OceanID commons.FieldName = "ocean_id" ImageID commons.FieldName = "image_id" IamInstanceProfile commons.FieldName = "iam_instance_profile" UserData commons.FieldName = "user_data" SecurityGroupIds commons.FieldName = "security_group_ids" Name commons.FieldName = "name" Attributes commons.FieldName = "attributes" AttributeKey commons.FieldName = "key" AttributeValue commons.FieldName = "value" AutoscaleHeadrooms commons.FieldName = "autoscale_headrooms" Tags commons.FieldName = "tags" )
Variables ¶
View Source
var InstanceProfileArnRegex = regexp.MustCompile(`arn:aws:iam::\d{12}:instance-profile/?[a-zA-Z_0-9+=,.@\-_/]+`)
Functions ¶
func Base64StateFunc ¶
func Base64StateFunc(v interface{}) string
Types ¶
type LabelField ¶
type LabelField string
const ( LabelKey LabelField = "key" LabelValue LabelField = "value" )
Click to show internal directories.
Click to hide internal directories.