Uses of Class
software.amazon.awscdk.services.timestream.CfnInfluxDBCluster.Builder
Packages that use CfnInfluxDBCluster.Builder
-
Uses of CfnInfluxDBCluster.Builder in software.amazon.awscdk.services.timestream
Methods in software.amazon.awscdk.services.timestream that return CfnInfluxDBCluster.BuilderModifier and TypeMethodDescriptionCfnInfluxDBCluster.Builder.allocatedStorage(Number allocatedStorage) The allocated storage for the InfluxDB cluster.The bucket for the InfluxDB cluster.static CfnInfluxDBCluster.BuilderCfnInfluxDBCluster.Builder.dbInstanceType(String dbInstanceType) The compute instance of the InfluxDB cluster.CfnInfluxDBCluster.Builder.dbParameterGroupIdentifier(String dbParameterGroupIdentifier) The name of an existing InfluxDB parameter group.CfnInfluxDBCluster.Builder.dbStorageType(String dbStorageType) The storage type of the InfluxDB cluster.CfnInfluxDBCluster.Builder.deploymentType(String deploymentType) Deployment type of the InfluxDB cluster.CfnInfluxDBCluster.Builder.failoverMode(String failoverMode) Failover mode of the InfluxDB cluster.CfnInfluxDBCluster.Builder.logDeliveryConfiguration(IResolvable logDeliveryConfiguration) Configuration for sending logs to customer account from the InfluxDB cluster.CfnInfluxDBCluster.Builder.logDeliveryConfiguration(CfnInfluxDBCluster.LogDeliveryConfigurationProperty logDeliveryConfiguration) Configuration for sending logs to customer account from the InfluxDB cluster.The unique name that is associated with the InfluxDB cluster.CfnInfluxDBCluster.Builder.networkType(String networkType) Network type of the InfluxDB cluster.CfnInfluxDBCluster.Builder.organization(String organization) The organization for the InfluxDB cluster.The password for the InfluxDB cluster.The port number on which InfluxDB accepts connections.CfnInfluxDBCluster.Builder.publiclyAccessible(Boolean publiclyAccessible) Attach a public IP to the customer ENI.CfnInfluxDBCluster.Builder.publiclyAccessible(IResolvable publiclyAccessible) Attach a public IP to the customer ENI.An arbitrary set of tags (key-value pairs) for this DB cluster.The username for the InfluxDB cluster.CfnInfluxDBCluster.Builder.vpcSecurityGroupIds(List<String> vpcSecurityGroupIds) A list of Amazon EC2 VPC security groups to associate with this InfluxDB cluster.CfnInfluxDBCluster.Builder.vpcSubnetIds(List<String> vpcSubnetIds) A list of EC2 subnet IDs for this InfluxDB cluster.