Documentation ¶
Index ¶
Constants ¶
View Source
const (
DefaultEC2AgentStartCommand = "sudo /opt/aws/amazon-cloudwatch-agent/bin/amazon-cloudwatch-agent-ctl -a fetch-config -m ec2 -s -c "
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetaData ¶
type MetaData struct { ComputeType computetype.ComputeType EcsLaunchType ecslaunchtype.ECSLaunchType EcsDeploymentStrategy ecsdeploymenttype.ECSDeploymentType EksDeploymentStrategy eksdeploymenttype.EKSDeploymentType EcsClusterArn string EcsClusterName string CwagentConfigSsmParamName string EcsServiceName string EC2PluginTests map[string]struct{} // set of EC2 plugin names ExcludedTests map[string]struct{} // set of excluded names Bucket string S3Key string CwaCommitSha string CaCertPath string EKSClusterName string ProxyUrl string AssumeRoleArn string InstanceId string InstancePlatform string AgentStartCommand string EksGpuType string AmpWorkspaceId string }
func GetEnvironmentMetaData ¶
func GetEnvironmentMetaData() *MetaData
type MetaDataStrings ¶
type MetaDataStrings struct { ComputeType string EcsLaunchType string EcsDeploymentStrategy string EksDeploymentStrategy string EcsClusterArn string CwagentConfigSsmParamName string EcsServiceName string EC2PluginTests string // input comma delimited list of plugin names ExcludedTests string // Exclude specific tests from OS Bucket string S3Key string CwaCommitSha string CaCertPath string EKSClusterName string ProxyUrl string AssumeRoleArn string InstanceId string InstancePlatform string AgentStartCommand string EksGpuType string AmpWorkspaceId string }
func RegisterEnvironmentMetaDataFlags ¶
func RegisterEnvironmentMetaDataFlags() *MetaDataStrings
Click to show internal directories.
Click to hide internal directories.