Documentation ¶
Index ¶
Constants ¶
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" )
type TaintField ¶
type TaintField string
const ( TaintKey TaintField = "key" TaintValue TaintField = "value" Effect TaintField = "effect" )
Click to show internal directories.
Click to hide internal directories.