AWS Fundamentals Logo
AWS Fundamentals
AWS::PCAConnectorAD::ServicePrincipalName

PCAConnectorAD ServicePrincipalName

Definition of AWS::PCAConnectorAD::ServicePrincipalName Resource Type

Properties

2 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
ConnectorArn
string
Create-only
DirectoryRegistrationArn
string
Create-only

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::PCAConnectorAD::ServicePrincipalName

Resources:
  MyResource:
    Type: AWS::PCAConnectorAD::ServicePrincipalName
    Properties:

Required IAM Permissions

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

create

ds:UpdateAuthorizedApplicationpca-connector-ad:GetServicePrincipalNamepca-connector-ad:CreateServicePrincipalName

read

pca-connector-ad:GetServicePrincipalName

delete

ds:UpdateAuthorizedApplicationpca-connector-ad:GetServicePrincipalNamepca-connector-ad:DeleteServicePrincipalName

list

pca-connector-ad:ListServicePrincipalNames

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

ServicePCAConnectorAD
Properties2
Required0
TaggingNot supported
Primary IDConnectorArn

Supported Operations

CreateReadDeleteList

Immutable After Creation

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

ConnectorArnDirectoryRegistrationArn

External Links