AWS::EMRContainers::Endpoint Certificate - AWS CloudFormation

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

AWS::EMRContainers::Endpoint Certificate

The entity representing certificate data generated for managed endpoint.

Syntax

To declare this entity in your 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