1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
// Code generated by smithy-go-codegen DO NOT EDIT.
// Package emrcontainers provides the API client, operations, and parameter types
// for Amazon EMR Containers.
//
// Amazon EMR on EKS provides a deployment option for Amazon EMR that allows you
// to run open-source big data frameworks on Amazon Elastic Kubernetes Service
// (Amazon EKS). With this deployment option, you can focus on running analytics
// workloads while Amazon EMR on EKS builds, configures, and manages containers for
// open-source applications. For more information about Amazon EMR on EKS concepts
// and tasks, see What is shared id="EMR-EKS"/> (https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/emr-eks.html)
// . Amazon EMR containers is the API name for Amazon EMR on EKS. The
// emr-containers prefix is used in the following scenarios:
// - It is the prefix in the CLI commands for Amazon EMR on EKS. For example,
// aws emr-containers start-job-run .
// - It is the prefix before IAM policy actions for Amazon EMR on EKS. For
// example, "Action": [ "emr-containers:StartJobRun"] . For more information, see
// Policy actions for Amazon EMR on EKS (https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies-actions)
// .
// - It is the prefix used in Amazon EMR on EKS service endpoints. For example,
// emr-containers.us-east-2.amazonaws.com . For more information, see Amazon EMR
// on EKSService Endpoints (https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/service-quotas.html#service-endpoints)
// .
package emrcontainers
|