You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>To configure roles that allows users to write to an Amazon Managed Service for Prometheus workspace in a different account.</p>
585
+
* @public
586
+
*/
587
+
exportinterfaceRoleConfiguration{
588
+
/**
589
+
* <p>A ARN identifying the source role configuration.</p>
590
+
* @public
591
+
*/
592
+
sourceRoleArn?: string|undefined;
593
+
594
+
/**
595
+
* <p>A ARN identifying the target role configuration.</p>
596
+
* @public
597
+
*/
598
+
targetRoleArn?: string|undefined;
599
+
}
600
+
583
601
/**
584
602
* <p>A scrape configuration for a scraper, base 64 encoded. For more information, see <a href="https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-collector-how-to.html#AMP-collector-configuration">Scraper configuration</a> in the <i>Amazon Managed Service for Prometheus User
"smithy.api#documentation": "<p>A ARN identifying the source role configuration.</p>"
3443
+
}
3444
+
},
3445
+
"targetRoleArn": {
3446
+
"target": "com.amazonaws.amp#IamRoleArn",
3447
+
"traits": {
3448
+
"smithy.api#documentation": "<p>A ARN identifying the target role configuration.</p>"
3449
+
}
3450
+
}
3451
+
},
3452
+
"traits": {
3453
+
"smithy.api#documentation": "<p>To configure roles that allows users to write to an Amazon Managed Service for Prometheus workspace in a different account.</p>"
3454
+
}
3455
+
},
3429
3456
"com.amazonaws.amp#RuleGroupsNamespace": {
3430
3457
"type": "resource",
3431
3458
"identifiers": {
@@ -3807,6 +3834,9 @@
3807
3834
"smithy.api#documentation": "<p>The Amazon Managed Service for Prometheus workspace the scraper sends metrics to.</p>",
3808
3835
"smithy.api#required": {}
3809
3836
}
3837
+
},
3838
+
"roleConfiguration": {
3839
+
"target": "com.amazonaws.amp#RoleConfiguration"
3810
3840
}
3811
3841
},
3812
3842
"traits": {
@@ -3985,6 +4015,9 @@
3985
4015
"smithy.api#documentation": "<p>The Amazon Managed Service for Prometheus workspace the scraper sends metrics to.</p>",
3986
4016
"smithy.api#required": {}
3987
4017
}
4018
+
},
4019
+
"roleConfiguration": {
4020
+
"target": "com.amazonaws.amp#RoleConfiguration"
3988
4021
}
3989
4022
},
3990
4023
"traits": {
@@ -4500,6 +4533,12 @@
4500
4533
"smithy.api#documentation": "<p>The new Amazon Managed Service for Prometheus workspace to send metrics to.</p>"
4501
4534
}
4502
4535
},
4536
+
"roleConfiguration": {
4537
+
"target": "com.amazonaws.amp#RoleConfiguration",
4538
+
"traits": {
4539
+
"smithy.api#documentation": "<p>The scraper role configuration for the workspace.</p>"
0 commit comments