Uses of Interface
software.amazon.awscdk.services.dms.CfnEndpoint.GcpMySQLSettingsProperty
Packages that use CfnEndpoint.GcpMySQLSettingsProperty
Package
Description
AWS Database Migration Service Construct Library
-
Uses of CfnEndpoint.GcpMySQLSettingsProperty in software.amazon.awscdk.services.dms
Classes in software.amazon.awscdk.services.dms that implement CfnEndpoint.GcpMySQLSettingsPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnEndpoint.GcpMySQLSettingsPropertyMethods in software.amazon.awscdk.services.dms that return CfnEndpoint.GcpMySQLSettingsPropertyModifier and TypeMethodDescriptionCfnEndpoint.GcpMySQLSettingsProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.dms with parameters of type CfnEndpoint.GcpMySQLSettingsPropertyModifier and TypeMethodDescriptionCfnEndpoint.Builder.gcpMySqlSettings(CfnEndpoint.GcpMySQLSettingsProperty gcpMySqlSettings) Settings in JSON format for the source GCP MySQL endpoint.CfnEndpointProps.Builder.gcpMySqlSettings(CfnEndpoint.GcpMySQLSettingsProperty gcpMySqlSettings) Sets the value ofCfnEndpointProps.getGcpMySqlSettings()voidCfnEndpoint.setGcpMySqlSettings(CfnEndpoint.GcpMySQLSettingsProperty value) Settings in JSON format for the source GCP MySQL endpoint.