Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.rds.CfnDBProxyTargetGroupPropsMixin.Builder
Packages that use CfnDBProxyTargetGroupPropsMixin.Builder
-
Uses of CfnDBProxyTargetGroupPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.rds
Methods in software.amazon.awscdk.cfnpropertymixins.services.rds that return CfnDBProxyTargetGroupPropsMixin.BuilderModifier and TypeMethodDescriptionCfnDBProxyTargetGroupPropsMixin.Builder.connectionPoolConfigurationInfo(CfnDBProxyTargetGroupPropsMixin.ConnectionPoolConfigurationInfoFormatProperty connectionPoolConfigurationInfo) Displays the settings that control the size and behavior of the connection pool associated with aDBProxyTarget.CfnDBProxyTargetGroupPropsMixin.Builder.connectionPoolConfigurationInfo(IResolvable connectionPoolConfigurationInfo) Displays the settings that control the size and behavior of the connection pool associated with aDBProxyTarget.CfnDBProxyTargetGroupPropsMixin.Builder.create()CfnDBProxyTargetGroupPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnDBProxyTargetGroupPropsMixin.Builder.dbClusterIdentifiers(List<? extends Object> dbClusterIdentifiers) One or more DB cluster identifiers.CfnDBProxyTargetGroupPropsMixin.Builder.dbInstanceIdentifiers(List<String> dbInstanceIdentifiers) One or more DB instance identifiers.CfnDBProxyTargetGroupPropsMixin.Builder.dbProxyName(String dbProxyName) The identifier of theDBProxythat is associated with theDBProxyTargetGroup.CfnDBProxyTargetGroupPropsMixin.Builder.dbProxyName(IDBProxyRef dbProxyName) The identifier of theDBProxythat is associated with theDBProxyTargetGroup.CfnDBProxyTargetGroupPropsMixin.Builder.targetGroupName(String targetGroupName) The identifier for the target group.