Documentation ¶
Overview ¶
Package rsaauth is an interface to the RSA signed methods of the SSM service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RsaSignedService ¶
type RsaSignedService interface { RequestManagedInstanceRoleToken(fingerprint string) (response *ssm.RequestManagedInstanceRoleTokenOutput, err error) UpdateManagedInstancePublicKey(publicKey, publicKeyType string) (response *ssm.UpdateManagedInstancePublicKeyOutput, err error) }
RsaSignedService is an interface to the RSA signed methods of the SSM service.
func NewRsaService ¶
func NewRsaService(serverId string, region string, encodedPrivateKey string) RsaSignedService
NewRsaService creates a new SSM service instance.
Click to show internal directories.
Click to hide internal directories.