AWS::EMRContainers::EndpointResource Schema of AWS::EMRContainers::Endpoint Type
7 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ExecutionRoleArn | string | RequiredCreate-only |
ReleaseLabel | string | RequiredCreate-only |
Type | string | RequiredCreate-only |
VirtualClusterId | string | RequiredCreate-only |
ConfigurationOverrides | ConfigurationOverrides | Create-only |
Name | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The ARN of the managed endpoint. |
CertificateAuthority | Certificate | The certificate authority for the managed endpoint. |
CreatedAt | string | The date and time when the managed endpoint was created. |
FailureReason | string | The reason for a failed managed endpoint. |
Id | string | The ID of the managed endpoint. |
SecurityGroup | string | The security group associated with the managed endpoint. |
ServerUrl | string | The server URL of the managed endpoint. |
State | string | The state of the managed endpoint. |
StateDetails | string | Additional details about the state of the managed endpoint. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EMRContainers::Endpoint
Resources:
MyResource:
Type: AWS::EMRContainers::Endpoint
Properties:
VirtualClusterId: "my-virtualclusterid"
Type: "value"
ReleaseLabel: "value"
ExecutionRoleArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: Production
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
emr-containers:CreateManagedEndpointemr-containers:DescribeManagedEndpointemr-containers:TagResourceec2:CreateSecurityGroupec2:DeleteSecurityGroupec2:AuthorizeSecurityGroupEgressec2:AuthorizeSecurityGroupIngressec2:RevokeSecurityGroupEgressemr-containers:DescribeManagedEndpointemr-containers:ListTagsForResourceemr-containers:DeleteManagedEndpointemr-containers:DescribeManagedEndpointec2:DeleteSecurityGroupec2:DescribeSecurityGroupec2:DescribeNetworkInterfacesec2:DeleteNetworkInterfaceec2:AuthorizeSecurityGroupEgressec2:AuthorizeSecurityGroupIngressemr-containers:ListManagedEndpointsemr-containers:DescribeManagedEndpointemr-containers:ListTagsForResourceemr-containers:TagResourceemr-containers:UntagResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameVirtualClusterIdTypeReleaseLabelExecutionRoleArnConfigurationOverrides