types

package
v0.0.0-...-8cfe922 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2016 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package types provides some general types used by the api clients of the provider/aws package for internal usage.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Instance

type Instance struct {
	InstanceId       string
	ImageId          string
	InstanceType     string
	PublicIPAddress  string
	PublicDNSName    string
	PrivateIPAddress string
	PrivateDNSName   string
}

Instance represents an instance on AWS.

type StackResource

type StackResource struct {
	Type       string `json:"ResourceType"`
	Status     string `json:"ResourceStatus"`
	PhysicalId string `json:"PhysicalResourceId"`
	LogicalId  string `json:"LogicalResourceId"`
}

StackResource represents a resource in a CloudFormation stack.

type Tag

type Tag struct {
	Key   string
	Value string
}

Tag represents a key value pair.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL