Documentation
¶
Index ¶
- type DefaultProvider
- func (p *DefaultProvider) Create(ctx context.Context, instanceProfileName string, roleName string, ...) error
- func (p *DefaultProvider) Delete(ctx context.Context, instanceProfileName string) error
- func (p *DefaultProvider) Get(ctx context.Context, instanceProfileName string) (*iamtypes.InstanceProfile, error)
- type Provider
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultProvider ¶ added in v0.36.0
type DefaultProvider struct {
// contains filtered or unexported fields
}
func NewDefaultProvider ¶ added in v0.37.0
func NewDefaultProvider(iamapi sdk.IAMAPI, cache *cache.Cache) *DefaultProvider
func (*DefaultProvider) Delete ¶ added in v0.36.0
func (p *DefaultProvider) Delete(ctx context.Context, instanceProfileName string) error
func (*DefaultProvider) Get ¶ added in v1.4.0
func (p *DefaultProvider) Get(ctx context.Context, instanceProfileName string) (*iamtypes.InstanceProfile, error)
Click to show internal directories.
Click to hide internal directories.