AWS::Transfer::CertificateResource Type definition for AWS::Transfer::Certificate
8 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Certificate | string | RequiredCreate-only |
Usage | string | Required |
ActiveDate | string | |
CertificateChain | string | Create-only |
Description | string | |
InactiveDate | string | |
PrivateKey | string | Create-onlyWrite-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Specifies the unique Amazon Resource Name (ARN) for the agreement. |
CertificateId | string | A unique identifier for the certificate. |
NotAfterDate | string | Specifies the not after date for the certificate. |
NotBeforeDate | string | Specifies the not before date for the certificate. |
Serial | string | Specifies Certificate's serial. |
Status | string | A status description for the certificate. |
Type | string | Describing the type of certificate. With or without a private key. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Transfer::Certificate
Resources:
MyResource:
Type: AWS::Transfer::Certificate
Properties:
Certificate: "value"
Usage: "SIGNING"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
transfer:ImportCertificatetransfer:TagResourcetransfer:DescribeCertificatetransfer:UpdateCertificatetransfer:UnTagResourcetransfer:TagResourcetransfer:DeleteCertificatetransfer:ListCertificatesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterCertificateIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
CertificateCertificateChainPrivateKey