Documentation
¶
Overview ¶
Package authregister is an interface to the anonymous methods of the SSM service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a service wrapper that delegates to the ssm sdk.
type IClient ¶
type IClient interface {
RegisterManagedInstanceWithContext(ctx context.Context, publicKey, publicKeyType, fingerprint, iamRole, tagsJson string) (string, error)
}
IClient is an interface to the authenticated registration method of the SSM service.
func NewClient ¶
func NewClient(log logger.T, region string, imdsClient iirprovider.IEC2MdsSdkClient) IClient
NewClient creates a new SSM client instance
func NewClientWithConfig ¶
func NewClientWithConfig(log logger.T, appConfig appconfig.SsmagentConfig, imdsClient iirprovider.IEC2MdsSdkClient, awsConfig aws.Config) IClient
Click to show internal directories.
Click to hide internal directories.