Show / Hide Table of Contents

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 CfnConnectorProfile.ITrendmicroConnectorProfileCredentialsProperty
Syntax (vb)
Public Interface CfnConnectorProfile.ITrendmicroConnectorProfileCredentialsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-trendmicroconnectorprofilecredentials.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.AWS.AppFlow;

             var trendmicroConnectorProfileCredentialsProperty = new TrendmicroConnectorProfileCredentialsProperty {
                 ApiSecretKey = "apiSecretKey"
             };

Synopsis

Properties

ApiSecretKey

The Secret Access Key portion of the credentials.

Properties

ApiSecretKey

The Secret Access Key portion of the credentials.

string ApiSecretKey { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-trendmicroconnectorprofilecredentials.html#cfn-appflow-connectorprofile-trendmicroconnectorprofilecredentials-apisecretkey

Back to top Generated by DocFX