Class: Aws::SageMaker::Types::S3Presign
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::S3Presign
- Includes:
- Aws::Structure
- Defined in:
- 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].
[1]: docs.aws.amazon.com/sagemaker/latest/dg/a2i-custom-templates.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#iam_policy_constraints ⇒ Types::IamPolicyConstraints
Use this parameter to specify the allowed request source.
Instance Attribute Details
#iam_policy_constraints ⇒ Types::IamPolicyConstraints
Use this parameter to specify the allowed request source. Possible sources are either ‘SourceIp` or `VpcSourceIp`.
40134 40135 40136 40137 40138 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 40134 class S3Presign < Struct.new( :iam_policy_constraints) SENSITIVE = [] include Aws::Structure end |