Class: Aws::SageMaker::Types::S3Presign

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

Overview

This object defines the access restrictions to Amazon S3 resources that are included in custom worker task templates using the Liquid filter, grant_read_access.

To learn more about how custom templates are created, see Create custom worker task templates.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#iam_policy_constraintsTypes::IamPolicyConstraints

Use this parameter to specify the allowed request source. Possible sources are either SourceIp or VpcSourceIp.



38985
38986
38987
38988
38989
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38985

class S3Presign < Struct.new(
  :iam_policy_constraints)
  SENSITIVE = []
  include Aws::Structure
end