aws-cdk-lib.aws_systemsmanagersap.CfnApplication.CredentialProperty

interface CredentialProperty

LanguageType name
.NETAmazon.CDK.AWS.SystemsManagerSAP.CfnApplication.CredentialProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssystemsmanagersap#CfnApplication_CredentialProperty
Javasoftware.amazon.awscdk.services.systemsmanagersap.CfnApplication.CredentialProperty
Pythonaws_cdk.aws_systemsmanagersap.CfnApplication.CredentialProperty
TypeScript aws-cdk-lib » aws_systemsmanagersap » CfnApplication » CredentialProperty

The credentials of your SAP application.

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 credentialProperty: systemsmanagersap.CfnApplication.CredentialProperty = {
  credentialType: 'credentialType',
  databaseName: 'databaseName',
  secretId: 'secretId',
};

Properties

NameTypeDescription
credentialType?stringThe type of the application credentials.
databaseName?stringThe name of the SAP HANA database.
secretId?stringThe secret ID created in AWS Secrets Manager to store the credentials of the SAP application.

credentialType?

Type: string (optional)

The type of the application credentials.


databaseName?

Type: string (optional)

The name of the SAP HANA database.


secretId?

Type: string (optional)

The secret ID created in AWS Secrets Manager to store the credentials of the SAP application.