AWS::PCAConnectorSCEP::ChallengeRepresents a SCEP Challenge that is used for certificate enrollment
2 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ConnectorArn | string | RequiredCreate-only |
Tags | Tags |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ChallengeArn | string | - |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
pca-connector-scep:CreateChallengepca-connector-scep:TagResourcepca-connector-scep:ListTagsForResourcepca-connector-scep:GetChallengeMetadatapca-connector-scep:GetChallengeMetadatapca-connector-scep:DeleteChallengepca-connector-scep:UntagResourcepca-connector-scep:ListChallengeMetadatapca-connector-scep:ListTagsForResourcepca-connector-scep:TagResourcepca-connector-scep:UntagResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterChallengeArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ConnectorArn