AWS::PCAConnectorSCEP::ConnectorConnector for SCEP is a service that links AWS Private Certificate Authority to your SCEP-enabled devices. The connector brokers the exchange of certificates from AWS Private CA to your SCEP-enabled devices and mobile device management systems. The connector is a complex type that contains the connector's configuration settings.
import { CfnConnector } from 'aws-cdk-lib/aws-pcaconnectorscep';Or use the module namespace:
import * as pcaconnectorscep from 'aws-cdk-lib/aws-pcaconnectorscep';
// pcaconnectorscep.CfnConnectorConfiguration passed to the constructor as CfnConnectorProps.
certificateAuthorityArnRequiredstringThe Amazon Resource Name (ARN) of the certificate authority associated with the connector.
mobileDeviceManagementOptionalIResolvable | MobileDeviceManagementPropertyContains settings relevant to the mobile device management system that you chose for the connector. If you didn't configure `MobileDeviceManagement` , then the connector is for general-purpose use and this object is empty.
tagsOptional{ [key: string]: string }vpcEndpointIdOptionalstringThis L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-pcaconnectorscepAWS::PCAConnectorSCEP::Connector