Class CfnCertificateAuthority.AccessMethodProperty
Describes the type and format of extension access.
Inheritance
Namespace: Amazon.CDK.AWS.ACMPCA
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AccessMethodProperty : Object, CfnCertificateAuthority.IAccessMethodProperty
Syntax (vb)
Public Class AccessMethodProperty
Inherits Object
Implements CfnCertificateAuthority.IAccessMethodProperty
Remarks
Only one of CustomObjectIdentifier
or AccessMethodType
may be provided. Providing both results in InvalidArgsException
.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ACMPCA;
var accessMethodProperty = new AccessMethodProperty {
AccessMethodType = "accessMethodType",
CustomObjectIdentifier = "customObjectIdentifier"
};
Synopsis
Constructors
Access |
Properties
Access |
Specifies the |
Custom |
An object identifier (OID) specifying the |
Constructors
AccessMethodProperty()
public AccessMethodProperty()
Properties
AccessMethodType
Specifies the AccessMethod
.
public string AccessMethodType { get; set; }
Property Value
System.
Remarks
CustomObjectIdentifier
An object identifier (OID) specifying the AccessMethod
.
public string CustomObjectIdentifier { get; set; }
Property Value
System.
Remarks
The OID must satisfy the regular expression shown below. For more information, see NIST's definition of Object Identifier (OID) .