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 AWS CloudFormation template, use the following syntax:
JSON
{ "AccessMethodType" :
String
, "CustomObjectIdentifier" :String
}
YAML
AccessMethodType:
String
CustomObjectIdentifier:String
Properties
-
Specifies the
AccessMethod
.Required: No
Type: String
Allowed values:
CA_REPOSITORY | RESOURCE_PKI_MANIFEST | RESOURCE_PKI_NOTIFY
Update requires: Replacement
-
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
Pattern:
([0-2])\.([0-9]|([0-3][0-9]))((\.([0-9]+)){0,126})
Minimum:
0
Maximum:
64
Update requires: Replacement