# AWS::ACMPCA::CertificateAuthority Private certificate authority. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
"Type" : "AWS::ACMPCA::CertificateAuthority",
"Properties" : {
"Type" : String,
"KeyAlgorithm" : String,
"SigningAlgorithm" : String,
"Subject" : Subject,
"RevocationConfiguration" : RevocationConfiguration,
"Tags" : [ Tag, ... ],
"CsrExtensions" : CsrExtensions,
"KeyStorageSecurityStandard" : String,
"UsageMode" : String
}
}
### YAML
Type: AWS::ACMPCA::CertificateAuthority
Properties:
Type: String
KeyAlgorithm: String
SigningAlgorithm: String
Subject: Subject
RevocationConfiguration: RevocationConfiguration
Tags:
- Tag
CsrExtensions: CsrExtensions
KeyStorageSecurityStandard: String
UsageMode: String
## Properties
#### Type
The type of the certificate authority.
_Required_: Yes
_Type_: String
_Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)
#### KeyAlgorithm
Public key algorithm and size, in bits, of the key pair that your CA creates when it issues a certificate.
_Required_: Yes
_Type_: String
_Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)
#### SigningAlgorithm
Algorithm your CA uses to sign certificate requests.
_Required_: Yes
_Type_: String
_Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)
#### Subject
Structure that contains X.500 distinguished name information for your CA.
_Required_: Yes
_Type_: Subject
_Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)
#### RevocationConfiguration
Certificate Authority revocation information.
_Required_: No
_Type_: RevocationConfiguration
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### Tags
_Required_: No
_Type_: List of Tag
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### CsrExtensions
Structure that contains CSR pass though extensions information.
_Required_: No
_Type_: CsrExtensions
_Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)
#### KeyStorageSecurityStandard
KeyStorageSecurityStadard defines a cryptographic key management compliance standard used for handling CA keys.
_Required_: No
_Type_: String
_Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)
#### UsageMode
Usage mode of the ceritificate authority.
_Required_: No
_Type_: String
_Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)
## Return Values
### Ref
When you pass the logical ID of this resource to the intrinsic `Ref` function, Ref returns the Arn.
### Fn::GetAtt
The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the `Fn::GetAtt` intrinsic function, see [Fn::GetAtt](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getatt.html).
#### Arn
Returns the Arn value.
#### CertificateSigningRequest
The base64 PEM-encoded certificate signing request (CSR) for your certificate authority certificate.