Class CfnConnectorProfileMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnConnectorProfileMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectorProfileMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectorProfileMixinProps
@Stability(Stable)
@Internal
public static final class CfnConnectorProfileMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectorProfileMixinProps
An implementation for
CfnConnectorProfileMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnConnectorProfileMixinProps
CfnConnectorProfileMixinProps.Builder, CfnConnectorProfileMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnectorProfileMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringIndicates the connection mode and if it is public or private.final StringThe label for the connector profile being created.final ObjectDefines the connector-specific configuration and credentials.final StringThe name of the connector profile.final StringThe type of connector, such as Salesforce, Amplitude, and so on.final StringThe ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnConnectorProfileMixinProps.Builder.
-
-
Method Details
-
getConnectionMode
Description copied from interface:CfnConnectorProfileMixinPropsIndicates the connection mode and if it is public or private.- Specified by:
getConnectionModein interfaceCfnConnectorProfileMixinProps- See Also:
-
getConnectorLabel
Description copied from interface:CfnConnectorProfileMixinPropsThe label for the connector profile being created.- Specified by:
getConnectorLabelin interfaceCfnConnectorProfileMixinProps- See Also:
-
getConnectorProfileConfig
Description copied from interface:CfnConnectorProfileMixinPropsDefines the connector-specific configuration and credentials.Returns union: either
IResolvableorCfnConnectorProfilePropsMixin.ConnectorProfileConfigProperty- Specified by:
getConnectorProfileConfigin interfaceCfnConnectorProfileMixinProps- See Also:
-
getConnectorProfileName
Description copied from interface:CfnConnectorProfileMixinPropsThe name of the connector profile.The name is unique for each
ConnectorProfilein the AWS account .- Specified by:
getConnectorProfileNamein interfaceCfnConnectorProfileMixinProps- See Also:
-
getConnectorType
Description copied from interface:CfnConnectorProfileMixinPropsThe type of connector, such as Salesforce, Amplitude, and so on.- Specified by:
getConnectorTypein interfaceCfnConnectorProfileMixinProps- See Also:
-
getKmsArn
Description copied from interface:CfnConnectorProfileMixinPropsThe ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
- Specified by:
getKmsArnin interfaceCfnConnectorProfileMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-