AWS AppStream connector
Device fields
Configure connector credentials
1
2
3

4
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "DescribeWorkspacesInfo",
"Effect": "Allow",
"Action": [
"appstream:DescribeStacks",
"appstream:DescribeSessions",
"appstream:DescribeFleets",
"appstream:ListAssociatedFleets"
],
"Resource": "*"
}
]
}5
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::884848470805:root"
},
"Action": "sts:AssumeRole",
"Condition": {
"StringEquals": {
"sts:ExternalId": <EXTERNAL_ID>
}
}
}
]
}6

7

Configure the AWS AppStream connector
General tab
Connection

Parameters tab

Test results panel



Last updated
Was this helpful?