iam_get_instance_profile {paws.security.identity} | R Documentation |
Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and role
Description
Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and role. For more information about instance profiles, see Using instance profiles in the IAM User Guide.
See https://www.paws-r-sdk.com/docs/iam_get_instance_profile/ for full documentation.
Usage
iam_get_instance_profile(InstanceProfileName)
Arguments
InstanceProfileName |
[required] The name of the instance profile to get information about. This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@- |
[Package paws.security.identity version 0.6.1 Index]