Class: Aws::PrometheusService::Types::RoleConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#source_role_arnString

A ARN identifying the source role configuration.

Returns:

  • (String)


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_arnString

A ARN identifying the target role configuration.

Returns:

  • (String)


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