TLSCertificateConfiguration
Configurations related to the TLS certificate for the security configuration.
Contents
- certificateProviderType
-
The TLS certificate type. Acceptable values:
PEM
orCustom
.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: