codedeploy_register_on_premises_instance {paws.developer.tools} | R Documentation |
Registers an on-premises instance.
See https://www.paws-r-sdk.com/docs/codedeploy_register_on_premises_instance/ for full documentation.
codedeploy_register_on_premises_instance(
instanceName,
iamSessionArn = NULL,
iamUserArn = NULL
)
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. |