Interface CfnConnectorProfile.ITrendmicroConnectorProfileCredentialsProperty
The connector-specific profile credentials required when using Trend Micro.
Namespace: Amazon.CDK.AWS.AppFlow
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITrendmicroConnectorProfileCredentialsProperty
Syntax (vb)
Public Interface ITrendmicroConnectorProfileCredentialsProperty
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.AWS.AppFlow;
var trendmicroConnectorProfileCredentialsProperty = new TrendmicroConnectorProfileCredentialsProperty {
ApiSecretKey = "apiSecretKey"
};
Synopsis
Properties
Api |
The Secret Access Key portion of the credentials. |
Properties
ApiSecretKey
The Secret Access Key portion of the credentials.
string ApiSecretKey { get; }
Property Value
System.