AWS Fundamentals Logo
AWS Fundamentals
AWS::PCAConnectorSCEP::Challenge

PCAConnectorSCEP Challenge

Represents a SCEP Challenge that is used for certificate enrollment

Properties

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

Filter:
PropertyTypeFlags
ConnectorArn
string
RequiredCreate-only
Tags
Tags

Return Values

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

AttributeTypeDescription
ChallengeArnstring-

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::Challenge

Resources:
  MyResource:
    Type: AWS::PCAConnectorSCEP::Challenge
    Properties:
      ConnectorArn: "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

pca-connector-scep:CreateChallengepca-connector-scep:TagResource

read

pca-connector-scep:ListTagsForResourcepca-connector-scep:GetChallengeMetadata

delete

pca-connector-scep:GetChallengeMetadatapca-connector-scep:DeleteChallengepca-connector-scep:UntagResource

list

pca-connector-scep:ListChallengeMetadata

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
Properties3
Required1
TaggingSupported
Primary IDChallengeArn

Supported Operations

CreateReadDeleteListUpdate

Immutable After Creation

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

ConnectorArn

Related Resources

External Links