Class CfnConnectorMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectorMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectorMixinProps
CfnConnectorMixinProps-
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.kafkaconnect.CfnConnectorMixinProps
CfnConnectorMixinProps.Builder, CfnConnectorMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnConnectorMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConnectorMixinProps.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 ObjectThe connector's compute capacity settings.final ObjectThe configuration of the connector.final StringThe description of the connector.final StringThe name of the connector.final ObjectThe details of the Apache Kafka cluster to which the connector is connected.final ObjectThe type of client authentication used to connect to the Apache Kafka cluster.final ObjectDetails of encryption in transit to the Apache Kafka cluster.final StringThe version of Kafka Connect.final ObjectThe settings for delivering connector logs to Amazon CloudWatch Logs.final StringThe network type of the connector.final ObjectSpecifies which plugin to use for the connector.final StringThe Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon Web Services resources.getTags()A collection of tags associated with a resource.final ObjectThe worker configurations that are in use with the connector.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 theCfnConnectorMixinProps.Builder.
-
-
Method Details
-
getCapacity
Description copied from interface:CfnConnectorMixinPropsThe connector's compute capacity settings.Returns union: either
IResolvableorCfnConnectorPropsMixin.CapacityProperty- Specified by:
getCapacityin interfaceCfnConnectorMixinProps- See Also:
-
getConnectorConfiguration
Description copied from interface:CfnConnectorMixinPropsThe configuration of the connector.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getConnectorConfigurationin interfaceCfnConnectorMixinProps- See Also:
-
getConnectorDescription
Description copied from interface:CfnConnectorMixinPropsThe description of the connector.- Specified by:
getConnectorDescriptionin interfaceCfnConnectorMixinProps- See Also:
-
getConnectorName
Description copied from interface:CfnConnectorMixinPropsThe name of the connector.The connector name must be unique and can include up to 128 characters. Valid characters you can include in a connector name are: a-z, A-Z, 0-9, and -.
- Specified by:
getConnectorNamein interfaceCfnConnectorMixinProps- See Also:
-
getKafkaCluster
Description copied from interface:CfnConnectorMixinPropsThe details of the Apache Kafka cluster to which the connector is connected.Returns union: either
IResolvableorCfnConnectorPropsMixin.KafkaClusterProperty- Specified by:
getKafkaClusterin interfaceCfnConnectorMixinProps- See Also:
-
getKafkaClusterClientAuthentication
Description copied from interface:CfnConnectorMixinPropsThe type of client authentication used to connect to the Apache Kafka cluster.The value is NONE when no client authentication is used.
Returns union: either
IResolvableorCfnConnectorPropsMixin.KafkaClusterClientAuthenticationProperty- Specified by:
getKafkaClusterClientAuthenticationin interfaceCfnConnectorMixinProps- See Also:
-
getKafkaClusterEncryptionInTransit
Description copied from interface:CfnConnectorMixinPropsDetails of encryption in transit to the Apache Kafka cluster.Returns union: either
IResolvableorCfnConnectorPropsMixin.KafkaClusterEncryptionInTransitProperty- Specified by:
getKafkaClusterEncryptionInTransitin interfaceCfnConnectorMixinProps- See Also:
-
getKafkaConnectVersion
Description copied from interface:CfnConnectorMixinPropsThe version of Kafka Connect.It has to be compatible with both the Apache Kafka cluster's version and the plugins.
- Specified by:
getKafkaConnectVersionin interfaceCfnConnectorMixinProps- See Also:
-
getLogDelivery
Description copied from interface:CfnConnectorMixinPropsThe settings for delivering connector logs to Amazon CloudWatch Logs.Returns union: either
IResolvableorCfnConnectorPropsMixin.LogDeliveryProperty- Specified by:
getLogDeliveryin interfaceCfnConnectorMixinProps- See Also:
-
getNetworkType
Description copied from interface:CfnConnectorMixinPropsThe network type of the connector.It gives connectors connectivity to either IPv4 (IPV4) or IPv4 and IPv6 (DUAL) destinations. Defaults to IPV4.
- Specified by:
getNetworkTypein interfaceCfnConnectorMixinProps- See Also:
-
getPlugins
Description copied from interface:CfnConnectorMixinPropsSpecifies which plugin to use for the connector.You must specify a single-element list. Amazon MSK Connect does not currently support specifying multiple plugins.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnConnectorPropsMixin.PluginProperty>- Specified by:
getPluginsin interfaceCfnConnectorMixinProps- See Also:
-
getServiceExecutionRoleArn
Description copied from interface:CfnConnectorMixinPropsThe Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon Web Services resources.- Specified by:
getServiceExecutionRoleArnin interfaceCfnConnectorMixinProps- See Also:
-
getTags
Description copied from interface:CfnConnectorMixinPropsA collection of tags associated with a resource.- Specified by:
getTagsin interfaceCfnConnectorMixinProps- See Also:
-
getWorkerConfiguration
Description copied from interface:CfnConnectorMixinPropsThe worker configurations that are in use with the connector.Returns union: either
IResolvableorCfnConnectorPropsMixin.WorkerConfigurationProperty- Specified by:
getWorkerConfigurationin interfaceCfnConnectorMixinProps- 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()
-