# AWS::ACMPCA::CertificateAuthority CsrExtensions Structure that contains CSR pass though extensions information. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "KeyUsage" : KeyUsage,
    "SubjectInformationAccess" : [ AccessDescription, ... ]
}
### YAML
KeyUsage: KeyUsage
SubjectInformationAccess: 
      - AccessDescription
## Properties #### KeyUsage Structure that contains X.509 KeyUsage information. _Required_: No _Type_: KeyUsage _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### SubjectInformationAccess Array of X.509 AccessDescription. _Required_: No _Type_: List of AccessDescription _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)