AWS Fundamentals Logo
AWS Fundamentals
AWS::PCAConnectorSCEP::Connector

PCAConnectorSCEP Connector

Represents a Connector that allows certificate issuance through Simple Certificate Enrollment Protocol (SCEP)

Properties

4 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
CertificateAuthorityArn
string
RequiredCreate-only
MobileDeviceManagement
MobileDeviceManagement
Create-only
Tags
Tags
VpcEndpointId
string
Create-onlyWrite-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ConnectorArnstring-
Endpointstring-
OpenIdConfigurationOpenIdConfiguration-
Typestring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::PCAConnectorSCEP::Connector

Resources:
  MyResource:
    Type: AWS::PCAConnectorSCEP::Connector
    Properties:
      CertificateAuthorityArn: "arn:aws:service:region:account:resource"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

acm-pca:DescribeCertificateAuthorityacm-pca:GetCertificateacm-pca:GetCertificateAuthorityCertificateacm-pca:IssueCertificatepca-connector-scep:GetConnectorpca-connector-scep:CreateConnectorpca-connector-scep:TagResource

read

pca-connector-scep:ListTagsForResourcepca-connector-scep:GetConnector

delete

acm-pca:DescribeCertificateAuthorityacm-pca:GetCertificateacm-pca:GetCertificateAuthorityCertificateacm-pca:IssueCertificatepca-connector-scep:GetConnectorpca-connector-scep:DeleteConnectorpca-connector-scep:UntagResource

list

pca-connector-scep:ListConnectors

update

pca-connector-scep:ListTagsForResourcepca-connector-scep:TagResourcepca-connector-scep:UntagResource

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

ServicePCAConnectorSCEP
Properties8
Required1
TaggingSupported
Primary IDConnectorArn

Supported Operations

CreateReadDeleteListUpdate

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

CertificateAuthorityArnMobileDeviceManagementVpcEndpointId

Related Resources

External Links