In my post last March - Can we find which folders the dashboard is a member of?
about the dashboard membership. Is this feature now available - find the memberships of the dashboard?
In my post last March - Can we find which folders the dashboard is a member of?
about the dashboard membership. Is this feature now available - find the memberships of the dashboard?
Hi @alltej – You can use ListFoldersForResource API to find the folders a dashboard is part of. It takes dashboard resource arn and account id as input and provides all folder arns that the dashboard is a member of.
Hi @awsvig - Do you know when this API was available?
@awsvig Do you know what version of boto3 this ListFoldersForResource became available?
I am getting error below in the codepipeline. The version of awscli and boto3 are:
awscli-1.40.10
boto3-1.38.11
botocore-1.38.11
Arguments: (ResourceNotFoundException(‘An error occurred (ResourceNotFoundException) when calling the ListFoldersForResource operation: Exploration Service metadata resource not found’),)
Ignore this issue. It’s working