Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.rds.CfnDBProxyEndpointPropsMixin.Builder
Packages that use CfnDBProxyEndpointPropsMixin.Builder
-
Uses of CfnDBProxyEndpointPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.rds
Methods in software.amazon.awscdk.cfnpropertymixins.services.rds that return CfnDBProxyEndpointPropsMixin.BuilderModifier and TypeMethodDescriptionCfnDBProxyEndpointPropsMixin.Builder.create()CfnDBProxyEndpointPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnDBProxyEndpointPropsMixin.Builder.dbProxyEndpointName(String dbProxyEndpointName) The name of the DB proxy endpoint to create.CfnDBProxyEndpointPropsMixin.Builder.dbProxyName(String dbProxyName) The name of the DB proxy associated with the DB proxy endpoint that you create.CfnDBProxyEndpointPropsMixin.Builder.endpointNetworkType(String endpointNetworkType) The network type of the DB proxy endpoint.CfnDBProxyEndpointPropsMixin.Builder.tags(List<? extends CfnDBProxyEndpointPropsMixin.TagFormatProperty> tags) An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.CfnDBProxyEndpointPropsMixin.Builder.targetRole(String targetRole) A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.CfnDBProxyEndpointPropsMixin.Builder.vpcSecurityGroupIds(List<? extends Object> vpcSecurityGroupIds) The VPC security group IDs for the DB proxy endpoint that you create.CfnDBProxyEndpointPropsMixin.Builder.vpcSubnetIds(List<? extends Object> vpcSubnetIds) The VPC subnet IDs for the DB proxy endpoint that you create.