Learn R Programming

paws.management (version 0.1.8)

opsworks_grant_access: This action can be used only with Windows stacks

Description

This action can be used only with Windows stacks.

Usage

opsworks_grant_access(InstanceId, ValidForInMinutes)

Arguments

InstanceId

[required] The instance\'s AWS OpsWorks Stacks ID.

ValidForInMinutes

The length of time (in minutes) that the grant is valid. When the grant expires at the end of this period, the user will no longer be able to use the credentials to log in. If the user is logged in at the time, he or she automatically will be logged out.

Request syntax

svc$grant_access(
  InstanceId = "string",
  ValidForInMinutes = 123
)

Details

Grants RDP access to a Windows instance for a specified time period.