Documentation ¶
Index ¶
Constants ¶
View Source
const ( ImageId commons.FieldName = "image_id" IamInstanceProfile commons.FieldName = "iam_instance_profile" KeyName commons.FieldName = "key_name" SecurityGroups commons.FieldName = "security_groups" UserData commons.FieldName = "user_data" ShutdownScript commons.FieldName = "shutdown_script" EnableMonitoring commons.FieldName = "enable_monitoring" EbsOptimized commons.FieldName = "ebs_optimized" PlacementTenancy commons.FieldName = "placement_tenancy" CPUCredits commons.FieldName = "cpu_credits" MetadataOptions commons.FieldName = "metadata_options" CPUOptions commons.FieldName = "cpu_options" // - MetadataOptions ----------------------------- HTTPTokens commons.FieldName = "http_tokens" HTTPPutResponseHopLimit commons.FieldName = "http_put_response_hop_limit" // - CPUOptions ----------------------------- ThreadsPerCore commons.FieldName = "threads_per_core" )
View Source
const (
Prefix = "launch_configuration_"
)
Variables ¶
View Source
var InstanceProfileArnRegex = regexp.MustCompile(`arn:aws:iam::\d{12}:instance-profile/?[a-zA-Z_0-9+=,.@\-_/]+`)
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Utils
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Functions ¶
func Base64StateFunc ¶ added in v1.10.0
func Base64StateFunc(v interface{}) string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.