AWS::SystemsManagerSAP::Application Credential - AWS CloudFormation

AWS::SystemsManagerSAP::Application Credential

The credentials of your SAP application.

Syntax

To declare this entity in your AWS 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