Documentation ¶
Index ¶
Constants ¶
View Source
const (
// ProviderName is the name of AWS cloud provider.
ProviderName = "aws"
)
Variables ¶
This section is empty.
Functions ¶
func NewProviderFromViper ¶
func NewProviderFromViper(v *viper.Viper) (cloudTypes.Interface, error)
NewProviderFromViper returns a new aws provider.
Types ¶
type Provider ¶
type Provider struct { Metadata *ec2metadata.EC2Metadata Ec2 *ec2.EC2 }
Provider represents an AWS provider.
func (*Provider) ProviderName ¶
ProviderName returns the name of the provider.
func (*Provider) SampleConfig ¶
SampleConfig returns the sample config for the datadog backend.
Click to show internal directories.
Click to hide internal directories.