View source: R/ssoadmin_operations.R
ssoadmin_create_instance | R Documentation |
Creates an instance of IAM Identity Center for a standalone Amazon Web Services account that is not managed by Organizations or a member Amazon Web Services account in an organization. You can create only one instance per account and across all Amazon Web Services Regions.
See https://www.paws-r-sdk.com/docs/ssoadmin_create_instance/ for full documentation.
ssoadmin_create_instance(ClientToken = NULL, Name = NULL, Tags = NULL)
ClientToken |
Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value. If you don't provide this value, then Amazon Web Services generates a random one for you. If you retry the operation with the same |
Name |
The name of the instance of IAM Identity Center. |
Tags |
Specifies tags to be attached to the instance of IAM Identity Center. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.