Documentation ¶
Index ¶
- Constants
- func GetECSContainerInstanceIDFromARN(arn string) string
- func GetECSTaskDefinitionFamilyAndRevisionFromARN(arn string) string
- func GetIAMInstanceProfileNameFromARN(arn string) string
- type Client
- func (c *Client) AutoScaling() *autoscaling.Client
- func (c *Client) CloudWatchLogs() *logs.Client
- func (c *Client) EC2() *ec2.Client
- func (c *Client) ECR() *ecr.Client
- func (c *Client) ECS() *ecs.Client
- func (c *Client) ELB() *elb.Client
- func (c *Client) IAM() *iam.Client
- func (c *Client) SNS() *sns.Client
Constants ¶
View Source
const ( AWSRegionUSEast1 = "us-east-1" AWSRegionUSEast2 = "us-east-2" AWSRegionUSWest1 = "us-west-1" AWSRegionUSWest2 = "us-west-2" AWSRegionEUWest1 = "eu-west-1" AWSRegionEUCentral1 = "eu-central-1" AWSRegionAPNorthEast1 = "ap-northeast-1" AWSRegionAPSouthEast1 = "ap-southeast-1" AWSRegionAPSouthEast2 = "ap-southeast-2" AWSRegionSAEast1 = "sa-east-1" ECSTaskDefinitionLogDriverJSONFile = "json-file" ECSTaskDefinitionLogDriverAWSLogs = "awslogs" ECSTaskDefinitionLogDriverSyslog = "syslog" ECSTaskDefinitionLogDriverJournald = "journald" ECSTaskDefinitionLogDriverGelf = "gelf" ECSTaskDefinitionLogDriverFluentd = "fluentd" ECSTaskDefinitionLogDriverSplunk = "splunk" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) AutoScaling ¶
func (c *Client) AutoScaling() *autoscaling.Client
func (*Client) CloudWatchLogs ¶
Click to show internal directories.
Click to hide internal directories.