AWS Fundamentals Logo
AWS Fundamentals
AWS::IAM::ServerCertificate

IAM ServerCertificate

Resource Type definition for AWS::IAM::ServerCertificate

Properties

6 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
CertificateBody
string
Create-onlyWrite-only
CertificateChain
string
Create-onlyWrite-only
Path
string
PrivateKey
string
Create-onlyWrite-only
ServerCertificateName
string
Create-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
ArnstringAmazon Resource Name (ARN) of the server certificate

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IAM::ServerCertificate

Resources:
  MyResource:
    Type: AWS::IAM::ServerCertificate
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

iam:UploadServerCertificateiam:TagServerCertificateiam:GetServerCertificate

read

iam:GetServerCertificate

update

iam:TagServerCertificateiam:UntagServerCertificateiam:ListServerCertificateTagsiam:GetServerCertificate

delete

iam:DeleteServerCertificate

list

iam:ListServerCertificatesiam:GetServerCertificate

Get the IAM Cheat Sheet

Everything you need to know about IAM on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceIAM
Properties7
Required0
TaggingSupported
Primary IDServerCertificateName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

ServerCertificateNamePrivateKeyCertificateBodyCertificateChain

External Links