Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeploymentResponse ¶
type DeploymentResponse struct { DeploymentID string `json:"deploymentId"` // Represents dynamoDB id that created this instance InstanceID string `json:"ec2InstanceId"` // Represents ec2 instance id Ami string `json:"ami"` ServerSize string `json:"serverSize"` SnapshotID string `json:"snapshotId"` Hostname string `json:"hostname"` AvailabilityZone string `json:"availabilityZone"` Lifecycle string `json:"lifecycle"` Status string `json:"status"` TimeToExpire string `json:"timeToExpire"` }
type DynamoDBData ¶
type DynamoDBData struct { ID string `dynamodbav:"id"` Ami string `dynamodbav:"ami"` ServerSize string `dynamodbav:"serverSize"` Hostname string `dynamodbav:"hostname"` Region string `dynamodbav:"region"` Lifecycle string `dynamodbav:"lifecycle"` CreationUser string `dynamodbav:"creationUser"` SnapShot string `dynamodbav:"snapShot"` ContentDeployment string `dynamodbav:"contentDeployment"` TimeToExpire int64 `dynamodbav:"timeToExpire"` }
type Payload ¶
type Payload struct { Ami string `json:"ami"` InstanceID string `json:"instanceId"` ServerSize string `json:"serverSize"` Hostname string `json:"hostname"` Region string `json:"region"` Lifecycle string `json:"lifeCycle"` CreationUser string `json:"creationUser"` SnapShot string `json:"snapShot"` ContentDeployment string `json:"contentDeployment"` TTLUnit string `json:"ttlUnit"` TimeToExpire string `json:"timeToExpire"` TTLValue int64 `json:"ttlValue"` }
type TempConfig ¶ added in v0.1.2
Click to show internal directories.
Click to hide internal directories.