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::SecurityConfiguration TLSCertificateConfiguration
Configurations related to the TLS certificate for the security configuration.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "CertificateProviderType" :String, "PrivateKeySecretArn" :String, "PublicKeySecretArn" :String}
YAML
CertificateProviderType:StringPrivateKeySecretArn:StringPublicKeySecretArn:String
Properties
CertificateProviderType-
The TLS certificate type. Acceptable values:
PEMorCustom.Required: No
Type: String
Allowed values:
PEMUpdate requires: Replacement
PrivateKeySecretArnProperty description not available.
Required: No
Type: String
Update requires: Replacement
PublicKeySecretArnProperty description not available.
Required: No
Type: String
Update requires: Replacement