AWS::IAM::ServerCertificateResource Type definition for AWS::IAM::ServerCertificate
6 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CertificateBody | string | Create-onlyWrite-only |
CertificateChain | string | Create-onlyWrite-only |
Path | string | |
PrivateKey | string | Create-onlyWrite-only |
ServerCertificateName | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Amazon Resource Name (ARN) of the server certificate |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IAM::ServerCertificate
Resources:
MyResource:
Type: AWS::IAM::ServerCertificate
Properties:
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
iam:UploadServerCertificateiam:TagServerCertificateiam:GetServerCertificateiam:GetServerCertificateiam:TagServerCertificateiam:UntagServerCertificateiam:ListServerCertificateTagsiam:GetServerCertificateiam:DeleteServerCertificateiam:ListServerCertificatesiam:GetServerCertificateEverything you need to know about IAM on one page. HD quality, print-friendly.
Download Free InfographicServerCertificateNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ServerCertificateNamePrivateKeyCertificateBodyCertificateChain