View source: R/redshift_operations.R
redshift_create_authentication_profile | R Documentation |
Creates an authentication profile with the specified parameters.
See https://www.paws-r-sdk.com/docs/redshift_create_authentication_profile/ for full documentation.
redshift_create_authentication_profile(
AuthenticationProfileName,
AuthenticationProfileContent
)
AuthenticationProfileName |
[required] The name of the authentication profile to be created. |
AuthenticationProfileContent |
[required] The content of the authentication profile in JSON format. The maximum length of the JSON string is determined by a quota for your account. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.