Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-cdk/aws-acmpca

Package Overview
Dependencies
Maintainers
5
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-acmpca - npm Package Compare versions

Comparing version 1.84.0 to 1.85.0

330

lib/acmpca.generated.d.ts

@@ -209,2 +209,9 @@ import * as cdk from '@aws-cdk/core';

/**
* `AWS::ACMPCA::CertificateAuthority.CsrExtensions`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-csrextensions
* @external
*/
readonly csrExtensions?: CfnCertificateAuthority.CsrExtensionsProperty | cdk.IResolvable;
/**
* `AWS::ACMPCA::CertificateAuthority.RevocationConfiguration`.

@@ -285,2 +292,9 @@ *

/**
* `AWS::ACMPCA::CertificateAuthority.CsrExtensions`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-csrextensions
* @external
*/
csrExtensions: CfnCertificateAuthority.CsrExtensionsProperty | cdk.IResolvable | undefined;
/**
* `AWS::ACMPCA::CertificateAuthority.RevocationConfiguration`.

@@ -339,2 +353,60 @@ *

/**
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-accessdescription.html
* @external
*/
interface AccessDescriptionProperty {
/**
* `CfnCertificateAuthority.AccessDescriptionProperty.AccessLocation`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-accessdescription.html#cfn-acmpca-certificateauthority-accessdescription-accesslocation
* @external
*/
readonly accessLocation: CfnCertificateAuthority.GeneralNameProperty | cdk.IResolvable;
/**
* `CfnCertificateAuthority.AccessDescriptionProperty.AccessMethod`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-accessdescription.html#cfn-acmpca-certificateauthority-accessdescription-accessmethod
* @external
*/
readonly accessMethod: CfnCertificateAuthority.AccessMethodProperty | cdk.IResolvable;
}
}
/**
* A CloudFormation `AWS::ACMPCA::CertificateAuthority`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html
* @external
* @cloudformationResource AWS::ACMPCA::CertificateAuthority
*/
export declare namespace CfnCertificateAuthority {
/**
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-accessmethod.html
* @external
*/
interface AccessMethodProperty {
/**
* `CfnCertificateAuthority.AccessMethodProperty.AccessMethodType`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-accessmethod.html#cfn-acmpca-certificateauthority-accessmethod-accessmethodtype
* @external
*/
readonly accessMethodType?: string;
/**
* `CfnCertificateAuthority.AccessMethodProperty.CustomObjectIdentifier`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-accessmethod.html#cfn-acmpca-certificateauthority-accessmethod-customobjectidentifier
* @external
*/
readonly customObjectIdentifier?: string;
}
}
/**
* A CloudFormation `AWS::ACMPCA::CertificateAuthority`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html
* @external
* @cloudformationResource AWS::ACMPCA::CertificateAuthority
*/
export declare namespace CfnCertificateAuthority {
/**
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html

@@ -383,2 +455,238 @@ * @external

/**
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-csrextensions.html
* @external
*/
interface CsrExtensionsProperty {
/**
* `CfnCertificateAuthority.CsrExtensionsProperty.KeyUsage`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-csrextensions.html#cfn-acmpca-certificateauthority-csrextensions-keyusage
* @external
*/
readonly keyUsage?: CfnCertificateAuthority.KeyUsageProperty | cdk.IResolvable;
/**
* `CfnCertificateAuthority.CsrExtensionsProperty.SubjectInformationAccess`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-csrextensions.html#cfn-acmpca-certificateauthority-csrextensions-subjectinformationaccess
* @external
*/
readonly subjectInformationAccess?: CfnCertificateAuthority.SubjectInformationAccessProperty | cdk.IResolvable;
}
}
/**
* A CloudFormation `AWS::ACMPCA::CertificateAuthority`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html
* @external
* @cloudformationResource AWS::ACMPCA::CertificateAuthority
*/
export declare namespace CfnCertificateAuthority {
/**
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-edipartyname.html
* @external
*/
interface EdiPartyNameProperty {
/**
* `CfnCertificateAuthority.EdiPartyNameProperty.NameAssigner`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-edipartyname.html#cfn-acmpca-certificateauthority-edipartyname-nameassigner
* @external
*/
readonly nameAssigner: string;
/**
* `CfnCertificateAuthority.EdiPartyNameProperty.PartyName`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-edipartyname.html#cfn-acmpca-certificateauthority-edipartyname-partyname
* @external
*/
readonly partyName: string;
}
}
/**
* A CloudFormation `AWS::ACMPCA::CertificateAuthority`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html
* @external
* @cloudformationResource AWS::ACMPCA::CertificateAuthority
*/
export declare namespace CfnCertificateAuthority {
/**
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-generalname.html
* @external
*/
interface GeneralNameProperty {
/**
* `CfnCertificateAuthority.GeneralNameProperty.DirectoryName`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-generalname.html#cfn-acmpca-certificateauthority-generalname-directoryname
* @external
*/
readonly directoryName?: CfnCertificateAuthority.SubjectProperty | cdk.IResolvable;
/**
* `CfnCertificateAuthority.GeneralNameProperty.DnsName`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-generalname.html#cfn-acmpca-certificateauthority-generalname-dnsname
* @external
*/
readonly dnsName?: string;
/**
* `CfnCertificateAuthority.GeneralNameProperty.EdiPartyName`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-generalname.html#cfn-acmpca-certificateauthority-generalname-edipartyname
* @external
*/
readonly ediPartyName?: CfnCertificateAuthority.EdiPartyNameProperty | cdk.IResolvable;
/**
* `CfnCertificateAuthority.GeneralNameProperty.IpAddress`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-generalname.html#cfn-acmpca-certificateauthority-generalname-ipaddress
* @external
*/
readonly ipAddress?: string;
/**
* `CfnCertificateAuthority.GeneralNameProperty.OtherName`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-generalname.html#cfn-acmpca-certificateauthority-generalname-othername
* @external
*/
readonly otherName?: CfnCertificateAuthority.OtherNameProperty | cdk.IResolvable;
/**
* `CfnCertificateAuthority.GeneralNameProperty.RegisteredId`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-generalname.html#cfn-acmpca-certificateauthority-generalname-registeredid
* @external
*/
readonly registeredId?: string;
/**
* `CfnCertificateAuthority.GeneralNameProperty.Rfc822Name`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-generalname.html#cfn-acmpca-certificateauthority-generalname-rfc822name
* @external
*/
readonly rfc822Name?: string;
/**
* `CfnCertificateAuthority.GeneralNameProperty.UniformResourceIdentifier`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-generalname.html#cfn-acmpca-certificateauthority-generalname-uniformresourceidentifier
* @external
*/
readonly uniformResourceIdentifier?: string;
}
}
/**
* A CloudFormation `AWS::ACMPCA::CertificateAuthority`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html
* @external
* @cloudformationResource AWS::ACMPCA::CertificateAuthority
*/
export declare namespace CfnCertificateAuthority {
/**
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-keyusage.html
* @external
*/
interface KeyUsageProperty {
/**
* `CfnCertificateAuthority.KeyUsageProperty.CRLSign`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-keyusage.html#cfn-acmpca-certificateauthority-keyusage-crlsign
* @external
*/
readonly crlSign?: boolean | cdk.IResolvable;
/**
* `CfnCertificateAuthority.KeyUsageProperty.DataEncipherment`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-keyusage.html#cfn-acmpca-certificateauthority-keyusage-dataencipherment
* @external
*/
readonly dataEncipherment?: boolean | cdk.IResolvable;
/**
* `CfnCertificateAuthority.KeyUsageProperty.DecipherOnly`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-keyusage.html#cfn-acmpca-certificateauthority-keyusage-decipheronly
* @external
*/
readonly decipherOnly?: boolean | cdk.IResolvable;
/**
* `CfnCertificateAuthority.KeyUsageProperty.DigitalSignature`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-keyusage.html#cfn-acmpca-certificateauthority-keyusage-digitalsignature
* @external
*/
readonly digitalSignature?: boolean | cdk.IResolvable;
/**
* `CfnCertificateAuthority.KeyUsageProperty.EncipherOnly`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-keyusage.html#cfn-acmpca-certificateauthority-keyusage-encipheronly
* @external
*/
readonly encipherOnly?: boolean | cdk.IResolvable;
/**
* `CfnCertificateAuthority.KeyUsageProperty.KeyAgreement`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-keyusage.html#cfn-acmpca-certificateauthority-keyusage-keyagreement
* @external
*/
readonly keyAgreement?: boolean | cdk.IResolvable;
/**
* `CfnCertificateAuthority.KeyUsageProperty.KeyCertSign`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-keyusage.html#cfn-acmpca-certificateauthority-keyusage-keycertsign
* @external
*/
readonly keyCertSign?: boolean | cdk.IResolvable;
/**
* `CfnCertificateAuthority.KeyUsageProperty.KeyEncipherment`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-keyusage.html#cfn-acmpca-certificateauthority-keyusage-keyencipherment
* @external
*/
readonly keyEncipherment?: boolean | cdk.IResolvable;
/**
* `CfnCertificateAuthority.KeyUsageProperty.NonRepudiation`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-keyusage.html#cfn-acmpca-certificateauthority-keyusage-nonrepudiation
* @external
*/
readonly nonRepudiation?: boolean | cdk.IResolvable;
}
}
/**
* A CloudFormation `AWS::ACMPCA::CertificateAuthority`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html
* @external
* @cloudformationResource AWS::ACMPCA::CertificateAuthority
*/
export declare namespace CfnCertificateAuthority {
/**
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-othername.html
* @external
*/
interface OtherNameProperty {
/**
* `CfnCertificateAuthority.OtherNameProperty.TypeId`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-othername.html#cfn-acmpca-certificateauthority-othername-typeid
* @external
*/
readonly typeId: string;
/**
* `CfnCertificateAuthority.OtherNameProperty.Value`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-othername.html#cfn-acmpca-certificateauthority-othername-value
* @external
*/
readonly value: string;
}
}
/**
* A CloudFormation `AWS::ACMPCA::CertificateAuthority`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html
* @external
* @cloudformationResource AWS::ACMPCA::CertificateAuthority
*/
export declare namespace CfnCertificateAuthority {
/**
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-revocationconfiguration.html

@@ -511,2 +819,24 @@ * @external

/**
* A CloudFormation `AWS::ACMPCA::CertificateAuthority`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html
* @external
* @cloudformationResource AWS::ACMPCA::CertificateAuthority
*/
export declare namespace CfnCertificateAuthority {
/**
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subjectinformationaccess.html
* @external
*/
interface SubjectInformationAccessProperty {
/**
* `CfnCertificateAuthority.SubjectInformationAccessProperty.SubjectInformationAccess`.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subjectinformationaccess.html#cfn-acmpca-certificateauthority-subjectinformationaccess-subjectinformationaccess
* @external
*/
readonly subjectInformationAccess?: Array<CfnCertificateAuthority.AccessDescriptionProperty | cdk.IResolvable> | cdk.IResolvable;
}
}
/**
* Properties for defining a `AWS::ACMPCA::CertificateAuthorityActivation`.

@@ -513,0 +843,0 @@ *

14

package.json
{
"name": "@aws-cdk/aws-acmpca",
"version": "1.84.0",
"version": "1.85.0",
"description": "The CDK Construct Library for AWS::ACMPCA",

@@ -78,13 +78,13 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "1.84.0",
"cdk-build-tools": "1.84.0",
"cfn2ts": "1.84.0",
"pkglint": "1.84.0"
"@aws-cdk/assert": "1.85.0",
"cdk-build-tools": "1.85.0",
"cfn2ts": "1.85.0",
"pkglint": "1.85.0"
},
"dependencies": {
"@aws-cdk/core": "1.84.0",
"@aws-cdk/core": "1.85.0",
"constructs": "^3.2.0"
},
"peerDependencies": {
"@aws-cdk/core": "1.84.0",
"@aws-cdk/core": "1.85.0",
"constructs": "^3.2.0"

@@ -91,0 +91,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc