AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::EMRContainers::Endpoint

CfnEndpoint

Resource Schema of AWS::EMRContainers::Endpoint Type.

Import

import { CfnEndpoint } from 'aws-cdk-lib/aws-emrcontainers';

Or use the module namespace:

import * as emrcontainers from 'aws-cdk-lib/aws-emrcontainers';
// emrcontainers.CfnEndpoint

Properties

Configuration passed to the constructor as CfnEndpointProps.

executionRoleArnRequired
string

The execution role ARN for the managed endpoint.

releaseLabelRequired
string

The Amazon EMR release label.

typeRequired
string

The type of the managed endpoint.

virtualClusterIdRequired
string

The ID of the virtual cluster for which the managed endpoint is created.

configurationOverridesOptional
IResolvable | ConfigurationOverridesProperty
nameOptional
string

The name of the managed endpoint.

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this managed endpoint.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-emrcontainers
CFN TypeAWS::EMRContainers::Endpoint
Properties7

External Links