sagemaker-geospatial:StartEarthObservationJob is a Write access-level action in the sagemaker-geospatial service. Grants permission to the StartEarthObservationJob operation which starts a new earth observation job to your account
ARNs that sagemaker-geospatial:StartEarthObservationJob can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants sagemaker-geospatial:StartEarthObservationJob.
Filters access by tag key-value pairs attached to the resource
To use sagemaker-geospatial:StartEarthObservationJob you may also need to grant:
A minimal policy that allows sagemaker-geospatial:StartEarthObservationJob. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowSagemakergeospatialStartEarthObservationJob",
"Effect": "Allow",
"Action": "sagemaker-geospatial:StartEarthObservationJob",
"Resource": "*"
}
]
}