Describe Namespace
quicksight_describe_namespace | R Documentation |
Describes the current namespace¶
Description¶
Describes the current namespace.
Usage¶
quicksight_describe_namespace(AwsAccountId, Namespace)
Arguments¶
AwsAccountId |
[required] The ID for the Amazon Web Services account that contains the Amazon QuickSight namespace that you want to describe. |
Namespace |
[required] The namespace that you want to describe. |
Value¶
A list with the following syntax:
list(
Namespace = list(
Name = "string",
Arn = "string",
CapacityRegion = "string",
CreationStatus = "CREATED"|"CREATING"|"DELETING"|"RETRYABLE_FAILURE"|"NON_RETRYABLE_FAILURE",
IdentityStore = "QUICKSIGHT",
NamespaceError = list(
Type = "PERMISSION_DENIED"|"INTERNAL_SERVICE_ERROR",
Message = "string"
),
IamIdentityCenterApplicationArn = "string",
IamIdentityCenterInstanceArn = "string"
),
RequestId = "string",
Status = 123
)
Request syntax¶
svc$describe_namespace(
AwsAccountId = "string",
Namespace = "string"
)