Class WorkteamWorkerAccessConfigurationS3PresignIamPolicyConstraintsArgs


  • public final class WorkteamWorkerAccessConfigurationS3PresignIamPolicyConstraintsArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • sourceIp

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> sourceIp()
        Returns:
        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. This IP address is checked by Amazon S3 and must match in order for the Amazon S3 resource to be rendered in the worker portal. Valid values are `Enabled` or `Disabled`
      • vpcSourceIp

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> vpcSourceIp()
        Returns:
        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. To render the task successfully Amazon S3 checks that the presigned URL is being accessed over an Amazon S3 VPC Endpoint, and that the worker's IP address matches the IP address in the IAM policy. To learn more about configuring private worker portal, see [Use Amazon VPC mode from a private worker portal](https://docs.aws.amazon.com/sagemaker/latest/dg/samurai-vpc-worker-portal.html). Valid values are `Enabled` or `Disabled`