Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-systemsmanagersap-application-credential.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-systemsmanagersap-application-credential.html#cfn-systemsmanagersap-application-credential-credentialtype

DatabaseName

The name of the SAP HANA database.

string? DatabaseName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-systemsmanagersap-application-credential.html#cfn-systemsmanagersap-application-credential-databasename

SecretId

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

string? SecretId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-systemsmanagersap-application-credential.html#cfn-systemsmanagersap-application-credential-secretid

Back to top Generated by DocFX