AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::PCAConnectorSCEP::Connector

CfnConnector

Connector 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

import { CfnConnector } from 'aws-cdk-lib/aws-pcaconnectorscep';

Or use the module namespace:

import * as pcaconnectorscep from 'aws-cdk-lib/aws-pcaconnectorscep';
// pcaconnectorscep.CfnConnector

Properties

Configuration passed to the constructor as CfnConnectorProps.

certificateAuthorityArnRequired
string

The Amazon Resource Name (ARN) of the certificate authority associated with the connector.

mobileDeviceManagementOptional
IResolvable | MobileDeviceManagementProperty

Contains 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 }
vpcEndpointIdOptional
string

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-pcaconnectorscep
CFN TypeAWS::PCAConnectorSCEP::Connector
Properties4

Related Constructs

External Links