Skip to content

Delete Authentication Profile

redshift_delete_authentication_profile R Documentation

Deletes an authentication profile

Description

Deletes an authentication profile.

Usage

redshift_delete_authentication_profile(AuthenticationProfileName)

Arguments

AuthenticationProfileName

[required] The name of the authentication profile to delete.

Value

A list with the following syntax:

list(
  AuthenticationProfileName = "string"
)

Request syntax

svc$delete_authentication_profile(
  AuthenticationProfileName = "string"
)