Class: Aws::SageMaker::Types::S3Presign
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::S3Presign
- 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
-
#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
.
40236 40237 40238 40239 40240 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 40236 class S3Presign < Struct.new( :iam_policy_constraints) SENSITIVE = [] include Aws::Structure end |