AWS::SystemsManagerSAP::Application Credential - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SystemsManagerSAP::Application Credential

The credentials of your SAP application.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "CredentialType" : String, "DatabaseName" : String, "SecretId" : String }

YAML

CredentialType: String DatabaseName: String SecretId: String

Properties

CredentialType

The type of the application credentials.

Required: No

Type: String

Allowed values: ADMIN

Update requires: Replacement

DatabaseName

The name of the SAP HANA database.

Required: No

Type: String

Pattern: ^(?=.{1,100}$).*

Update requires: Replacement

SecretId

The secret ID created in AWS Secrets Manager to store the credentials of the SAP application.

Required: No

Type: String

Pattern: ^(?=.{1,100}$).*

Update requires: Replacement