Show / Hide Table of Contents

Class CfnConnectorProfilePropsMixin.TrendmicroConnectorProfileCredentialsProperty

The connector-specific profile credentials required when using Trend Micro.

Inheritance
object
CfnConnectorProfilePropsMixin.TrendmicroConnectorProfileCredentialsProperty
Implements
CfnConnectorProfilePropsMixin.ITrendmicroConnectorProfileCredentialsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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.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

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.CfnPropertyMixins.AWS.AppFlow;

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

Properties

ApiSecretKey

The Secret Access Key portion of the credentials.

public string? ApiSecretKey { get; set; }
Property Value

string

Remarks

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

Implements

CfnConnectorProfilePropsMixin.ITrendmicroConnectorProfileCredentialsProperty
Back to top Generated by DocFX