Show / Hide Table of Contents

Interface CfnCertificateAuthority.ICustomAttributeProperty

Defines the X.500 relative distinguished name (RDN).

Namespace: Amazon.CDK.AWS.ACMPCA
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnCertificateAuthority.ICustomAttributeProperty
Syntax (vb)
Public Interface CfnCertificateAuthority.ICustomAttributeProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-customattribute.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.AWS.ACMPCA;

             var customAttributeProperty = new CustomAttributeProperty {
                 ObjectIdentifier = "objectIdentifier",
                 Value = "value"
             };

Synopsis

Properties

ObjectIdentifier

Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).

Value

Specifies the attribute value of relative distinguished name (RDN).

Properties

ObjectIdentifier

Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).

string ObjectIdentifier { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-customattribute.html#cfn-acmpca-certificateauthority-customattribute-objectidentifier

Value

Specifies the attribute value of relative distinguished name (RDN).

string Value { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX