AWS AppStream コネクタ
デバイスフィールド
コネクタの資格情報を構成する
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

AWS AppStream コネクタを構成する
一般タブ
接続
パラメータタブ
テスト結果パネル



Last updated
Was this helpful?