CertificateSubjectType
The metadata used to create the certificate signing request.
Contents
- CommonName
-
The name you provide to create the certificate signing request.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[^\[;\]<>]+Required: Yes
- City
-
The city you provide to create the certificate signing request.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[^\[;\]<>]+Required: No
- Country
-
The country you provide to create the certificate signing request.
Type: String
Length Constraints: Fixed length of 2.
Pattern:
[A-Za-z]+Required: No
- EmailAddress
-
The email address you provide to create the certificate signing request.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*Required: No
- Organization
-
The organization you provide to create the certificate signing request.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[^\[;\]<>]+Required: No
- OrganizationUnit
-
The organization unit you provide to create the certificate signing request.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[^\[;\]<>]+Required: No
- StateOrProvince
-
The state or province you provide to create the certificate signing request.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[^\[;\]<>]+Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: