Class: Aws::EMRServerless::Types::JobRunExecutionIamPolicy

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb

Overview

Optional IAM policy. The resulting job IAM role permissions will be an intersection of the policies passed and the policy associated with your job execution role.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

An IAM inline policy to use as an execution IAM policy.

Returns:

  • (String)


1162
1163
1164
1165
1166
1167
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1162

class JobRunExecutionIamPolicy < Struct.new(
  :policy,
  :policy_arns)
  SENSITIVE = []
  include Aws::Structure
end

#policy_arnsArray<String>

A list of Amazon Resource Names (ARNs) to use as an execution IAM policy.

Returns:

  • (Array<String>)


1162
1163
1164
1165
1166
1167
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1162

class JobRunExecutionIamPolicy < Struct.new(
  :policy,
  :policy_arns)
  SENSITIVE = []
  include Aws::Structure
end