List Namespaces
redshiftserverless_list_namespaces | R Documentation |
Returns information about a list of specified namespaces¶
Description¶
Returns information about a list of specified namespaces.
Usage¶
Arguments¶
maxResults
An optional parameter that specifies the maximum number of results to return. You can use
nextToken
to display the next page of results.nextToken
If your initial
list_namespaces
operation returns anextToken
, you can include the returnednextToken
in followinglist_namespaces
operations, which returns results in the next page.
Value¶
A list with the following syntax:
list(
namespaces = list(
list(
adminPasswordSecretArn = "string",
adminPasswordSecretKmsKeyId = "string",
adminUsername = "string",
creationDate = as.POSIXct(
"2015-01-01"
),
dbName = "string",
defaultIamRoleArn = "string",
iamRoles = list(
"string"
),
kmsKeyId = "string",
logExports = list(
"useractivitylog"|"userlog"|"connectionlog"
),
namespaceArn = "string",
namespaceId = "string",
namespaceName = "string",
status = "AVAILABLE"|"MODIFYING"|"DELETING"
)
),
nextToken = "string"
)