AWS::SystemsManagerSAP::ApplicationAn SAP application registered with AWS Systems Manager for SAP.
import { CfnApplication } from 'aws-cdk-lib/aws-systemsmanagersap';Or use the module namespace:
import * as systemsmanagersap from 'aws-cdk-lib/aws-systemsmanagersap';
// systemsmanagersap.CfnApplicationConfiguration passed to the constructor as CfnApplicationProps.
applicationIdRequiredstringThe ID of the application.
applicationTypeRequiredstringThe type of the application.
componentsInfoOptionalIResolvable | IResolvable | ComponentInfoProperty[]This is an optional parameter for component details to which the SAP ABAP application is attached, such as Web Dispatcher.
credentialsOptionalIResolvable | IResolvable | CredentialProperty[]The credentials of the SAP application.
databaseArnOptionalstringThe Amazon Resource Name (ARN) of the database.
instancesOptionalstring[]The Amazon EC2 instances on which your SAP application is running.
sapInstanceNumberOptionalstringThe SAP instance number of the application.
sidOptionalstringThe System ID of the application.
tagsOptionalCfnTag[]The tags on the application.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-systemsmanagersapAWS::SystemsManagerSAP::Application