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¶
maxResultsAn optional parameter that specifies the maximum number of results to return. You can use
nextTokento display the next page of results.nextTokenIf your initial
list_namespacesoperation returns anextToken, you can include the returnednextTokenin followinglist_namespacesoperations, 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"
)