

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::ACMPCA::CertificateAuthority OtherName
<a name="aws-properties-acmpca-certificateauthority-othername"></a>

Defines a custom ASN.1 X.400 `GeneralName` using an object identifier (OID) and value. The OID must satisfy the regular expression shown below. For more information, see NIST's definition of [Object Identifier (OID)](https://csrc.nist.gov/glossary/term/Object_Identifier).

## Syntax
<a name="aws-properties-acmpca-certificateauthority-othername-syntax"></a>

To declare this entity in your Amazon CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-acmpca-certificateauthority-othername-syntax.json"></a>

```
{
  "[TypeId](#cfn-acmpca-certificateauthority-othername-typeid)" : String,
  "[Value](#cfn-acmpca-certificateauthority-othername-value)" : String
}
```

### YAML
<a name="aws-properties-acmpca-certificateauthority-othername-syntax.yaml"></a>

```
  [TypeId](#cfn-acmpca-certificateauthority-othername-typeid): String
  [Value](#cfn-acmpca-certificateauthority-othername-value): String
```

## Properties
<a name="aws-properties-acmpca-certificateauthority-othername-properties"></a>

`TypeId`  <a name="cfn-acmpca-certificateauthority-othername-typeid"></a>
Specifies an OID.   
*Required*: Yes  
*Type*: String  
*Pattern*: `([0-2])\.([0-9]|([0-3][0-9]))((\.([0-9]+)){0,126})`  
*Minimum*: `0`  
*Maximum*: `64`  
*Update requires*: [Replacement](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`Value`  <a name="cfn-acmpca-certificateauthority-othername-value"></a>
Specifies an OID value.  
*Required*: Yes  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `256`  
*Update requires*: [Replacement](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)