Show / Hide Table of Contents

Class CfnCertificateAuthorityPropsMixin.CustomAttributeProperty

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

Inheritance
object
CfnCertificateAuthorityPropsMixin.CustomAttributeProperty
Implements
CfnCertificateAuthorityPropsMixin.ICustomAttributeProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ACMPCA
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnCertificateAuthorityPropsMixin.CustomAttributeProperty : CfnCertificateAuthorityPropsMixin.ICustomAttributeProperty
Syntax (vb)
Public Class CfnCertificateAuthorityPropsMixin.CustomAttributeProperty Implements CfnCertificateAuthorityPropsMixin.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.CfnPropertyMixins.AWS.ACMPCA;

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

Synopsis

Constructors

CustomAttributeProperty()

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

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

Constructors

CustomAttributeProperty()

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

public CustomAttributeProperty()
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.CfnPropertyMixins.AWS.ACMPCA;

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

Properties

ObjectIdentifier

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

public string? ObjectIdentifier { get; set; }
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).

public string? Value { get; set; }
Property Value

string

Remarks

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

Implements

CfnCertificateAuthorityPropsMixin.ICustomAttributeProperty
Back to top Generated by DocFX