interface AccessDescriptionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ACMPCA.CfnCertificateAuthority.AccessDescriptionProperty |
![]() | software.amazon.awscdk.services.acmpca.CfnCertificateAuthority.AccessDescriptionProperty |
![]() | aws_cdk.aws_acmpca.CfnCertificateAuthority.AccessDescriptionProperty |
![]() | @aws-cdk/aws-acmpca » CfnCertificateAuthority » AccessDescriptionProperty |
Provides access information used by the authorityInfoAccess
and subjectInfoAccess
extensions described in RFC 5280 .
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as acmpca from '@aws-cdk/aws-acmpca';
const accessDescriptionProperty: acmpca.CfnCertificateAuthority.AccessDescriptionProperty = {
accessLocation: {
directoryName: {
commonName: 'commonName',
country: 'country',
customAttributes: [{
objectIdentifier: 'objectIdentifier',
value: 'value',
}],
distinguishedNameQualifier: 'distinguishedNameQualifier',
generationQualifier: 'generationQualifier',
givenName: 'givenName',
initials: 'initials',
locality: 'locality',
organization: 'organization',
organizationalUnit: 'organizationalUnit',
pseudonym: 'pseudonym',
serialNumber: 'serialNumber',
state: 'state',
surname: 'surname',
title: 'title',
},
dnsName: 'dnsName',
ediPartyName: {
nameAssigner: 'nameAssigner',
partyName: 'partyName',
},
ipAddress: 'ipAddress',
otherName: {
typeId: 'typeId',
value: 'value',
},
registeredId: 'registeredId',
rfc822Name: 'rfc822Name',
uniformResourceIdentifier: 'uniformResourceIdentifier',
},
accessMethod: {
accessMethodType: 'accessMethodType',
customObjectIdentifier: 'customObjectIdentifier',
},
};
Properties
Name | Type | Description |
---|---|---|
access | IResolvable | General | The location of AccessDescription information. |
access | IResolvable | Access | The type and format of AccessDescription information. |
accessLocation
Type:
IResolvable
|
General
The location of AccessDescription
information.
accessMethod
Type:
IResolvable
|
Access
The type and format of AccessDescription
information.