codedeploy_register_on_premises_instance {paws.developer.tools} | R Documentation |
Registers an on-premises instance
Description
Registers an on-premises instance.
See https://www.paws-r-sdk.com/docs/codedeploy_register_on_premises_instance/ for full documentation.
Usage
codedeploy_register_on_premises_instance(
instanceName,
iamSessionArn = NULL,
iamUserArn = NULL
)
Arguments
instanceName |
[required] The name of the on-premises instance to register. |
iamSessionArn |
The ARN of the IAM session to associate with the on-premises instance. |
iamUserArn |
The ARN of the user to associate with the on-premises instance. |
[Package paws.developer.tools version 0.9.0 Index]