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)


1138
1139
1140
1141
1142
1143
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1138

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


1138
1139
1140
1141
1142
1143
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1138

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