Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
AccessKeyId string `json:"access_key_id" yaml:"accessKeyId" xml:"accessKeyId" env:"AWS_ACCESS_KEY_ID"`
SecretAccessKey string `json:"secret_access_key" yaml:"secretAccessKey" xml:"secretAccessKey" env:"AWS_SECRET_ACCESS_KEY"`
Region string `json:"region" yaml:"region" xml:"region" env:"AWS_REGION"`
HostedZoneId string `json:"hosted_zone_id" yaml:"hostedZoneId" xml:"hostedZoneId" env:"AWS_HOSTED_ZONE_ID"`
PropagationTimeout int32 `json:"propagation_timeout,omitempty" yaml:"propagationTimeout" env:"AWS_PROPAGATION_TIMEOUT"`
TTL int32 `json:"ttl,omitempty" yaml:"ttl" env:"AWS_TTL"`
}
Click to show internal directories.
Click to hide internal directories.