View a markdown version of this page

AWS::EMRContainers::Endpoint Certificate - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::EMRContainers::Endpoint Certificate

The entity representing certificate data generated for managed endpoint.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "CertificateArn" : String, "CertificateData" : String }

YAML

CertificateArn: String CertificateData: String

Properties

CertificateArn

The ARN of the certificate generated for managed endpoint.

Required: No

Type: String

Pattern: ^arn:(aws[a-zA-Z0-9-]*):acm:.+:(\d{12}):certificate/.+$

Minimum: 44

Maximum: 2048

Update requires: No interruption

CertificateData

The base64 encoded PEM certificate data generated for managed endpoint.

Required: No

Type: String

Pattern: ^([A-Za-z0-9+/]{4})*([A-Za-z0-9+/]{4}|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{2}==)?$

Maximum: 5000

Update requires: No interruption