interface CfnApplicationProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SystemsManagerSAP.CfnApplicationProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssystemsmanagersap#CfnApplicationProps |
![]() | software.amazon.awscdk.services.systemsmanagersap.CfnApplicationProps |
![]() | aws_cdk.aws_systemsmanagersap.CfnApplicationProps |
![]() | aws-cdk-lib » aws_systemsmanagersap » CfnApplicationProps |
Properties for defining a CfnApplication
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_systemsmanagersap as systemsmanagersap } from 'aws-cdk-lib';
const cfnApplicationProps: systemsmanagersap.CfnApplicationProps = {
applicationId: 'applicationId',
applicationType: 'applicationType',
// the properties below are optional
credentials: [{
credentialType: 'credentialType',
databaseName: 'databaseName',
secretId: 'secretId',
}],
databaseArn: 'databaseArn',
instances: ['instances'],
sapInstanceNumber: 'sapInstanceNumber',
sid: 'sid',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
application | string | The ID of the application. |
application | string | The type of the application. |
credentials? | IResolvable | IResolvable | Credential [] | The credentials of the SAP application. |
database | string | The Amazon Resource Name (ARN) of the database. |
instances? | string[] | The Amazon EC2 instances on which your SAP application is running. |
sap | string | The SAP instance number of the application. |
sid? | string | The System ID of the application. |
tags? | Cfn [] | The tags on the application. |
applicationId
Type:
string
The ID of the application.
applicationType
Type:
string
The type of the application.
credentials?
Type:
IResolvable
|
IResolvable
|
Credential
[]
(optional)
The credentials of the SAP application.
databaseArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the database.
instances?
Type:
string[]
(optional)
The Amazon EC2 instances on which your SAP application is running.
sapInstanceNumber?
Type:
string
(optional)
The SAP instance number of the application.
sid?
Type:
string
(optional)
The System ID of the application.
tags?
Type:
Cfn
[]
(optional)
The tags on the application.