Modify Authentication Profile
redshift_modify_authentication_profile | R Documentation |
Modifies an authentication profile¶
Description¶
Modifies an authentication profile.
Usage¶
redshift_modify_authentication_profile(AuthenticationProfileName,
AuthenticationProfileContent)
Arguments¶
AuthenticationProfileName |
[required] The name of the authentication profile to replace. |
AuthenticationProfileContent |
[required] The new content of the authentication profile in JSON format. The maximum length of the JSON string is determined by a quota for your account. |
Value¶
A list with the following syntax:
list(
AuthenticationProfileName = "string",
AuthenticationProfileContent = "string"
)
Request syntax¶
svc$modify_authentication_profile(
AuthenticationProfileName = "string",
AuthenticationProfileContent = "string"
)