View source: R/iamrolesanywhere_operations.R
iamrolesanywhere_create_profile | R Documentation |
Creates a profile, a list of the roles that Roles Anywhere service is trusted to assume. You use profiles to intersect permissions with IAM managed policies.
See https://www.paws-r-sdk.com/docs/iamrolesanywhere_create_profile/ for full documentation.
iamrolesanywhere_create_profile(
acceptRoleSessionName = NULL,
durationSeconds = NULL,
enabled = NULL,
managedPolicyArns = NULL,
name,
requireInstanceProperties = NULL,
roleArns,
sessionPolicy = NULL,
tags = NULL
)
acceptRoleSessionName |
Used to determine if a custom role session name will be accepted in a temporary credential request. |
durationSeconds |
Used to determine how long sessions vended using this profile are valid
for. See the |
enabled |
Specifies whether the profile is enabled. |
managedPolicyArns |
A list of managed policy ARNs that apply to the vended session credentials. |
name |
[required] The name of the profile. |
requireInstanceProperties |
Specifies whether instance properties are required in temporary credential requests with this profile. |
roleArns |
[required] A list of IAM roles that this profile can assume in a temporary credential request. |
sessionPolicy |
A session policy that applies to the trust boundary of the vended session credentials. |
tags |
The tags to attach to the profile. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.