Class: Aws::PrometheusService::Types::RoleConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::RoleConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
To configure roles that allows users to write to an Amazon Managed Service for Prometheus workspace in a different account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_role_arn ⇒ String
A ARN identifying the source role configuration.
-
#target_role_arn ⇒ String
A ARN identifying the target role configuration.
Instance Attribute Details
#source_role_arn ⇒ String
A ARN identifying the source role configuration.
1280 1281 1282 1283 1284 1285 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1280 class RoleConfiguration < Struct.new( :source_role_arn, :target_role_arn) SENSITIVE = [] include Aws::Structure end |
#target_role_arn ⇒ String
A ARN identifying the target role configuration.
1280 1281 1282 1283 1284 1285 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1280 class RoleConfiguration < Struct.new( :source_role_arn, :target_role_arn) SENSITIVE = [] include Aws::Structure end |