Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheEntry ¶ added in v0.34.12
type DefaultProvider ¶
func NewDefaultProvider ¶
func NewDefaultProvider(ssmapi ssmiface.SSMAPI, cache *cache.Cache) *DefaultProvider
type Parameter ¶ added in v0.34.12
type Parameter struct { Name string // IsMutable indicates if the value associated with an SSM parameter is expected to change. An example of a mutable // parameter would be any of the "latest" or "recommended" AMI parameters which are updated each time a new AMI is // released. On the otherhand, we would consider a parameter parameter for a specific AMI version to be immutable. IsMutable bool }
func (*Parameter) GetParameterInput ¶ added in v0.34.12
func (p *Parameter) GetParameterInput() *ssm.GetParameterInput
Click to show internal directories.
Click to hide internal directories.