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}
YAML
AccessMethodType:StringCustomObjectIdentifier:String
Properties
AccessMethodType-
Specifies the
AccessMethod.Required: No
Type: String
Allowed values:
CA_REPOSITORY | RESOURCE_PKI_MANIFEST | RESOURCE_PKI_NOTIFYUpdate 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: No
Type: String
Minimum:
0Maximum:
64Pattern:
^([0-2])\.([0-9]|([0-3][0-9]))((\.([0-9]+)){0,126})$Update requires: Replacement