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 ¶
type DefaultProvider struct {
// contains filtered or unexported fields
}
func NewDefaultProvider ¶
func NewDefaultProvider(iamapi sdk.IAMAPI, cache *cache.Cache) *DefaultProvider
func (*DefaultProvider) Delete ¶
func (p *DefaultProvider) Delete(ctx context.Context, instanceProfileName string) error
func (*DefaultProvider) Get ¶
func (p *DefaultProvider) Get(ctx context.Context, instanceProfileName string) (*iamtypes.InstanceProfile, error)
Click to show internal directories.
Click to hide internal directories.