AWS Fundamentals Logo
AWS Fundamentals
AWS::DMS::Certificate

DMS Certificate

Resource Type definition for AWS::DMS::Certificate

Properties

3 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
CertificateIdentifier
string
Create-only
CertificatePem
string
Create-onlyWrite-only
CertificateWallet
string
Create-onlyWrite-only

Return Values

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

AttributeTypeDescription
CertificateArnstringThe certificate Arn

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DMS::Certificate

Resources:
  MyResource:
    Type: AWS::DMS::Certificate
    Properties:

Required IAM Permissions

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

create

dms:ImportCertificate

delete

dms:DeleteCertificate

read

dms:DescribeCertificates

list

dms:DescribeCertificates

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

ServiceDMS
Properties4
Required0
TaggingNot supported
Primary IDCertificateArn

Supported Operations

CreateDeleteReadList

Immutable After Creation

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

CertificateIdentifierCertificatePemCertificateWallet

External Links