Documentation ¶
Index ¶
Constants ¶
View Source
const ( SecurityGroupIds commons.FieldName = "security_group_ids" IamInstanceProfile commons.FieldName = "iam_instance_profile" KeyPair commons.FieldName = "key_pair" UserData commons.FieldName = "user_data" AssociatePublicIpAddress commons.FieldName = "associate_public_ip_address" ImageID commons.FieldName = "image_id" Monitoring commons.FieldName = "monitoring" EBSOptimized commons.FieldName = "ebs_optimized" )
View Source
const ( BlockDeviceMappings commons.FieldName = "block_device_mappings" DeviceName commons.FieldName = "device_name" EBS commons.FieldName = "ebs" DeleteOnTermination commons.FieldName = "delete_on_termination" Encrypted commons.FieldName = "encrypted" IOPS commons.FieldName = "iops" KMSKeyID commons.FieldName = "kms_key_id" SnapshotID commons.FieldName = "snapshot_id" VolumeSize commons.FieldName = "volume_size" DynamicVolumeSize commons.FieldName = "dynamic_volume_size" BaseSize commons.FieldName = "base_size" Resource commons.FieldName = "resource" SizePerResourceUnit commons.FieldName = "size_per_resource_unit" VolumeType commons.FieldName = "volume_type" NoDevice commons.FieldName = "no_device" VirtualName commons.FieldName = "virtual_name" Throughput commons.FieldName = "throughput" )
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 ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.