AWS::SystemsManagerSAP::Application Credential - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SystemsManagerSAP::Application Credential

The credentials of your SAP application.

Syntax

To declare this entity in your Amazon 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 Amazon Secrets Manager to store the credentials of the SAP application.

Required: No

Type: String

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

Update requires: Replacement