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:StringCertificateData: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:
44Maximum:
2048Update 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:
5000Update requires: No interruption