AWS::EMRContainers::EndpointResource Schema of AWS::EMRContainers::Endpoint Type.
import { CfnEndpoint } from 'aws-cdk-lib/aws-emrcontainers';Or use the module namespace:
import * as emrcontainers from 'aws-cdk-lib/aws-emrcontainers';
// emrcontainers.CfnEndpointConfiguration passed to the constructor as CfnEndpointProps.
executionRoleArnRequiredstringThe execution role ARN for the managed endpoint.
releaseLabelRequiredstringThe Amazon EMR release label.
typeRequiredstringThe type of the managed endpoint.
virtualClusterIdRequiredstringThe ID of the virtual cluster for which the managed endpoint is created.
configurationOverridesOptionalIResolvable | ConfigurationOverridesPropertynameOptionalstringThe name of the managed endpoint.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this managed endpoint.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-emrcontainersAWS::EMRContainers::Endpoint