Class: Aws::CloudWatchLogs::Types::DescribeAccountPoliciesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_identifiersArray<String>

If you are using an account that is set up as a monitoring account for CloudWatch unified cross-account observability, you can use this to specify the account ID of a source account. If you do, the operation returns the account policy for the specified account. Currently, you can specify only one account ID in this parameter.

If you omit this parameter, only the policy in the current account is returned.

Returns:

  • (Array<String>)


1147
1148
1149
1150
1151
1152
1153
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1147

class DescribeAccountPoliciesRequest < Struct.new(
  :policy_type,
  :policy_name,
  :account_identifiers)
  SENSITIVE = []
  include Aws::Structure
end

#policy_nameString

Use this parameter to limit the returned policies to only the policy with the name that you specify.

Returns:

  • (String)


1147
1148
1149
1150
1151
1152
1153
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1147

class DescribeAccountPoliciesRequest < Struct.new(
  :policy_type,
  :policy_name,
  :account_identifiers)
  SENSITIVE = []
  include Aws::Structure
end

#policy_typeString

Use this parameter to limit the returned policies to only the policies that match the policy type that you specify.

Returns:

  • (String)


1147
1148
1149
1150
1151
1152
1153
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1147

class DescribeAccountPoliciesRequest < Struct.new(
  :policy_type,
  :policy_name,
  :account_identifiers)
  SENSITIVE = []
  include Aws::Structure
end