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)


1199
1200
1201
1202
1203
1204
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1199

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>)


1199
1200
1201
1202
1203
1204
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1199

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