Class CfnConnectorProfilePropsMixin.TrendmicroConnectorProfileCredentialsProperty
The connector-specific profile credentials required when using Trend Micro.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.AppFlow
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnConnectorProfilePropsMixin.TrendmicroConnectorProfileCredentialsProperty : CfnConnectorProfilePropsMixin.ITrendmicroConnectorProfileCredentialsProperty
Syntax (vb)
Public Class CfnConnectorProfilePropsMixin.TrendmicroConnectorProfileCredentialsProperty Implements CfnConnectorProfilePropsMixin.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.CfnPropertyMixins.AWS.AppFlow;
var trendmicroConnectorProfileCredentialsProperty = new TrendmicroConnectorProfileCredentialsProperty {
ApiSecretKey = "apiSecretKey"
};
Synopsis
Constructors
| TrendmicroConnectorProfileCredentialsProperty() | The connector-specific profile credentials required when using Trend Micro. |
Properties
| ApiSecretKey | The Secret Access Key portion of the credentials. |
Constructors
TrendmicroConnectorProfileCredentialsProperty()
The connector-specific profile credentials required when using Trend Micro.
public TrendmicroConnectorProfileCredentialsProperty()
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.CfnPropertyMixins.AWS.AppFlow;
var trendmicroConnectorProfileCredentialsProperty = new TrendmicroConnectorProfileCredentialsProperty {
ApiSecretKey = "apiSecretKey"
};
Properties
ApiSecretKey
The Secret Access Key portion of the credentials.
public string? ApiSecretKey { get; set; }