TLSCertificateConfiguration - Amazon EMR on EKS
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

TLSCertificateConfiguration

Configurations related to the TLS certificate for the security configuration.

Contents

certificateProviderType

The TLS certificate type. Acceptable values: PEM or Custom.

Type: String

Valid Values: PEM

Required: No

privateCertificateSecretArn

Secrets Manager ARN that contains the private TLS certificate contents, used for communication between the user job and the system job.

Type: String

Length Constraints: Minimum length of 3. Maximum length of 2048.

Pattern: ^arn:(aws[a-zA-Z0-9-]*):secretsmanager:.+:(\d{12}):secret:[0-9a-zA-Z/_+=.@-]+$

Required: No

publicCertificateSecretArn

Secrets Manager ARN that contains the public TLS certificate contents, used for communication between the user job and the system job.

Type: String

Length Constraints: Minimum length of 3. Maximum length of 2048.

Pattern: ^arn:(aws[a-zA-Z0-9-]*):secretsmanager:.+:(\d{12}):secret:[0-9a-zA-Z/_+=.@-]+$

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: