Show / Hide Table of Contents

Interface CfnCertificatePropsMixin.IOtherNameProperty

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) .

Namespace: Amazon.CDK.Mixins.Preview.AWS.ACMPCA.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnCertificatePropsMixin.IOtherNameProperty
Syntax (vb)
Public Interface CfnCertificatePropsMixin.IOtherNameProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-othername.html

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.Mixins.Preview.AWS.ACMPCA.Mixins;

             var otherNameProperty = new OtherNameProperty {
                 TypeId = "typeId",
                 Value = "value"
             };

Synopsis

Properties

TypeId

Specifies an OID.

Value

Specifies an OID value.

Properties

TypeId

Specifies an OID.

string? TypeId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-othername.html#cfn-acmpca-certificate-othername-typeid

Value

Specifies an OID value.

string? Value { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-othername.html#cfn-acmpca-certificate-othername-value

Back to top Generated by DocFX