| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
IamPolicyConstraints |
IamPolicyConstraints.clone() |
IamPolicyConstraints |
S3Presign.getIamPolicyConstraints()
Use this parameter to specify the allowed request source.
|
IamPolicyConstraints |
IamPolicyConstraints.withSourceIp(EnabledOrDisabled sourceIp)
When
SourceIp is Enabled the worker's IP address when a task is rendered in the worker
portal is added to the IAM policy as a Condition used to generate the Amazon S3 presigned URL. |
IamPolicyConstraints |
IamPolicyConstraints.withSourceIp(String sourceIp)
When
SourceIp is Enabled the worker's IP address when a task is rendered in the worker
portal is added to the IAM policy as a Condition used to generate the Amazon S3 presigned URL. |
IamPolicyConstraints |
IamPolicyConstraints.withVpcSourceIp(EnabledOrDisabled vpcSourceIp)
When
VpcSourceIp is Enabled the worker's IP address when a task is rendered in private
worker portal inside the VPC is added to the IAM policy as a Condition used to generate the Amazon
S3 presigned URL. |
IamPolicyConstraints |
IamPolicyConstraints.withVpcSourceIp(String vpcSourceIp)
When
VpcSourceIp is Enabled the worker's IP address when a task is rendered in private
worker portal inside the VPC is added to the IAM policy as a Condition used to generate the Amazon
S3 presigned URL. |
| Modifier and Type | Method and Description |
|---|---|
void |
S3Presign.setIamPolicyConstraints(IamPolicyConstraints iamPolicyConstraints)
Use this parameter to specify the allowed request source.
|
S3Presign |
S3Presign.withIamPolicyConstraints(IamPolicyConstraints iamPolicyConstraints)
Use this parameter to specify the allowed request source.
|
Copyright © 2024. All rights reserved.