AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SystemsManagerSAP::Application

CfnApplication

An SAP application registered with AWS Systems Manager for SAP.

Import

import { CfnApplication } from 'aws-cdk-lib/aws-systemsmanagersap';

Or use the module namespace:

import * as systemsmanagersap from 'aws-cdk-lib/aws-systemsmanagersap';
// systemsmanagersap.CfnApplication

Properties

Configuration passed to the constructor as CfnApplicationProps.

applicationIdRequired
string

The ID of the application.

applicationTypeRequired
string

The type of the application.

componentsInfoOptional
IResolvable | IResolvable | ComponentInfoProperty[]

This is an optional parameter for component details to which the SAP ABAP application is attached, such as Web Dispatcher.

credentialsOptional
IResolvable | IResolvable | CredentialProperty[]

The credentials of the SAP application.

databaseArnOptional
string

The Amazon Resource Name (ARN) of the database.

instancesOptional
string[]

The Amazon EC2 instances on which your SAP application is running.

sapInstanceNumberOptional
string

The SAP instance number of the application.

sidOptional
string

The System ID of the application.

tagsOptional
CfnTag[]

The tags on the application.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-systemsmanagersap
CFN TypeAWS::SystemsManagerSAP::Application
Properties9

External Links