Interface CfnApplicationPropsMixin.ICredentialProperty
The credentials of your SAP application.
Namespace: Amazon.CDK.Mixins.Preview.AWS.SystemsManagerSAP.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnApplicationPropsMixin.ICredentialProperty
Syntax (vb)
Public Interface CfnApplicationPropsMixin.ICredentialProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.SystemsManagerSAP.Mixins;
var credentialProperty = new CredentialProperty {
CredentialType = "credentialType",
DatabaseName = "databaseName",
SecretId = "secretId"
};
Synopsis
Properties
| CredentialType | The type of the application credentials. |
| DatabaseName | The name of the SAP HANA database. |
| SecretId | The secret ID created in AWS Secrets Manager to store the credentials of the SAP application. |
Properties
CredentialType
The type of the application credentials.
string? CredentialType { get; }
Property Value
Remarks
DatabaseName
The name of the SAP HANA database.
string? DatabaseName { get; }
Property Value
Remarks
SecretId
The secret ID created in AWS Secrets Manager to store the credentials of the SAP application.
string? SecretId { get; }