AWS::ACMPCA::CertificateAuthority AccessMethod - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::ACMPCA::CertificateAuthority AccessMethod

Describes the type and format of extension access. Only one of CustomObjectIdentifier or AccessMethodType may be provided. Providing both results in InvalidArgsException.

Syntax

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

JSON

{ "AccessMethodType" : String, "CustomObjectIdentifier" : String }

Properties

AccessMethodType

Specifies the AccessMethod.

Required: No

Type: String

Allowed values: CA_REPOSITORY | RESOURCE_PKI_MANIFEST | RESOURCE_PKI_NOTIFY

Update requires: Replacement

CustomObjectIdentifier

An object identifier (OID) specifying the AccessMethod. The OID must satisfy the regular expression shown below. For more information, see NIST's definition of Object Identifier (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