Class CfnInfluxDBInstancePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInfluxDBInstancePropsMixin>
- Enclosing class:
CfnInfluxDBInstancePropsMixin
CfnInfluxDBInstancePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionallocatedStorage(Number allocatedStorage) The amount of storage to allocate for your DB storage type in GiB (gibibytes).The name of the initial InfluxDB bucket.build()create()create(CfnPropertyMixinOptions options) dbInstanceType(String dbInstanceType) The Timestream for InfluxDB DB instance type to run on.dbParameterGroupIdentifier(String dbParameterGroupIdentifier) The name or id of the DB parameter group to assign to your DB instance.dbStorageType(String dbStorageType) The Timestream for InfluxDB DB storage type to read and write InfluxDB data.deploymentType(String deploymentType) Specifies whether the Timestream for InfluxDB is deployed as Single-AZ or with a MultiAZ Standby for High availability.logDeliveryConfiguration(CfnInfluxDBInstancePropsMixin.LogDeliveryConfigurationProperty logDeliveryConfiguration) Configuration for sending InfluxDB engine logs to a specified S3 bucket.logDeliveryConfiguration(IResolvable logDeliveryConfiguration) Configuration for sending InfluxDB engine logs to a specified S3 bucket.The name that uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and CLI commands.networkType(String networkType) Network type of the InfluxDB Instance.organization(String organization) The name of the initial organization for the initial admin user in InfluxDB.The password of the initial admin user created in InfluxDB.The port number on which InfluxDB accepts connections.publiclyAccessible(Boolean publiclyAccessible) Configures the DB instance with a public IP to facilitate access.publiclyAccessible(IResolvable publiclyAccessible) Configures the DB instance with a public IP to facilitate access.A list of key-value pairs to associate with the DB instance.The username of the initial admin user created in InfluxDB.vpcSecurityGroupIds(List<String> vpcSecurityGroupIds) A list of VPC security group IDs to associate with the DB instance.vpcSubnetIds(List<String> vpcSubnetIds) A list of VPC subnet IDs to associate with the DB instance.
-
Method Details
-
create
@Stability(Stable) public static CfnInfluxDBInstancePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnInfluxDBInstancePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnInfluxDBInstancePropsMixin.Builder.
-
allocatedStorage
@Stability(Stable) public CfnInfluxDBInstancePropsMixin.Builder allocatedStorage(Number allocatedStorage) The amount of storage to allocate for your DB storage type in GiB (gibibytes).- Parameters:
allocatedStorage- The amount of storage to allocate for your DB storage type in GiB (gibibytes). This parameter is required.- Returns:
this- See Also:
-
bucket
The name of the initial InfluxDB bucket.All InfluxDB data is stored in a bucket. A bucket combines the concept of a database and a retention period (the duration of time that each data point persists). A bucket belongs to an organization.
- Parameters:
bucket- The name of the initial InfluxDB bucket. This parameter is required.- Returns:
this- See Also:
-
dbInstanceType
@Stability(Stable) public CfnInfluxDBInstancePropsMixin.Builder dbInstanceType(String dbInstanceType) The Timestream for InfluxDB DB instance type to run on.- Parameters:
dbInstanceType- The Timestream for InfluxDB DB instance type to run on. This parameter is required.- Returns:
this- See Also:
-
dbParameterGroupIdentifier
@Stability(Stable) public CfnInfluxDBInstancePropsMixin.Builder dbParameterGroupIdentifier(String dbParameterGroupIdentifier) The name or id of the DB parameter group to assign to your DB instance.DB parameter groups specify how the database is configured. For example, DB parameter groups can specify the limit for query concurrency.
- Parameters:
dbParameterGroupIdentifier- The name or id of the DB parameter group to assign to your DB instance. This parameter is required.- Returns:
this- See Also:
-
dbStorageType
The Timestream for InfluxDB DB storage type to read and write InfluxDB data.You can choose between 3 different types of provisioned Influx IOPS included storage according to your workloads requirements:
- Influx IO Included 3000 IOPS
- Influx IO Included 12000 IOPS
- Influx IO Included 16000 IOPS
- Parameters:
dbStorageType- The Timestream for InfluxDB DB storage type to read and write InfluxDB data. This parameter is required.- Returns:
this- See Also:
-
deploymentType
@Stability(Stable) public CfnInfluxDBInstancePropsMixin.Builder deploymentType(String deploymentType) Specifies whether the Timestream for InfluxDB is deployed as Single-AZ or with a MultiAZ Standby for High availability.- Parameters:
deploymentType- Specifies whether the Timestream for InfluxDB is deployed as Single-AZ or with a MultiAZ Standby for High availability. This parameter is required.- Returns:
this- See Also:
-
logDeliveryConfiguration
@Stability(Stable) public CfnInfluxDBInstancePropsMixin.Builder logDeliveryConfiguration(IResolvable logDeliveryConfiguration) Configuration for sending InfluxDB engine logs to a specified S3 bucket.- Parameters:
logDeliveryConfiguration- Configuration for sending InfluxDB engine logs to a specified S3 bucket. This parameter is required.- Returns:
this- See Also:
-
logDeliveryConfiguration
@Stability(Stable) public CfnInfluxDBInstancePropsMixin.Builder logDeliveryConfiguration(CfnInfluxDBInstancePropsMixin.LogDeliveryConfigurationProperty logDeliveryConfiguration) Configuration for sending InfluxDB engine logs to a specified S3 bucket.- Parameters:
logDeliveryConfiguration- Configuration for sending InfluxDB engine logs to a specified S3 bucket. This parameter is required.- Returns:
this- See Also:
-
name
The name that uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and CLI commands.This name will also be a prefix included in the endpoint. DB instance names must be unique per customer and per region.
- Parameters:
name- The name that uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and CLI commands. This parameter is required.- Returns:
this- See Also:
-
networkType
Network type of the InfluxDB Instance.- Parameters:
networkType- Network type of the InfluxDB Instance. This parameter is required.- Returns:
this- See Also:
-
organization
The name of the initial organization for the initial admin user in InfluxDB.An InfluxDB organization is a workspace for a group of users.
- Parameters:
organization- The name of the initial organization for the initial admin user in InfluxDB. This parameter is required.- Returns:
this- See Also:
-
password
The password of the initial admin user created in InfluxDB.This password will allow you to access the InfluxDB UI to perform various administrative tasks and also use the InfluxDB CLI to create an operator token. These attributes will be stored in a Secret created in Amazon SecretManager in your account.
- Parameters:
password- The password of the initial admin user created in InfluxDB. This parameter is required.- Returns:
this- See Also:
-
port
The port number on which InfluxDB accepts connections.- Parameters:
port- The port number on which InfluxDB accepts connections. This parameter is required.- Returns:
this- See Also:
-
publiclyAccessible
@Stability(Stable) public CfnInfluxDBInstancePropsMixin.Builder publiclyAccessible(Boolean publiclyAccessible) Configures the DB instance with a public IP to facilitate access.Default: - false
- Parameters:
publiclyAccessible- Configures the DB instance with a public IP to facilitate access. This parameter is required.- Returns:
this- See Also:
-
publiclyAccessible
@Stability(Stable) public CfnInfluxDBInstancePropsMixin.Builder publiclyAccessible(IResolvable publiclyAccessible) Configures the DB instance with a public IP to facilitate access.Default: - false
- Parameters:
publiclyAccessible- Configures the DB instance with a public IP to facilitate access. This parameter is required.- Returns:
this- See Also:
-
tags
A list of key-value pairs to associate with the DB instance.- Parameters:
tags- A list of key-value pairs to associate with the DB instance. This parameter is required.- Returns:
this- See Also:
-
username
The username of the initial admin user created in InfluxDB.Must start with a letter and can't end with a hyphen or contain two consecutive hyphens. For example, my-user1. This username will allow you to access the InfluxDB UI to perform various administrative tasks and also use the InfluxDB CLI to create an operator token. These attributes will be stored in a Secret created in Amazon Secrets Manager in your account.
- Parameters:
username- The username of the initial admin user created in InfluxDB. This parameter is required.- Returns:
this- See Also:
-
vpcSecurityGroupIds
@Stability(Stable) public CfnInfluxDBInstancePropsMixin.Builder vpcSecurityGroupIds(List<String> vpcSecurityGroupIds) A list of VPC security group IDs to associate with the DB instance.- Parameters:
vpcSecurityGroupIds- A list of VPC security group IDs to associate with the DB instance. This parameter is required.- Returns:
this- See Also:
-
vpcSubnetIds
@Stability(Stable) public CfnInfluxDBInstancePropsMixin.Builder vpcSubnetIds(List<String> vpcSubnetIds) A list of VPC subnet IDs to associate with the DB instance.Provide at least two VPC subnet IDs in different availability zones when deploying with a Multi-AZ standby.
- Parameters:
vpcSubnetIds- A list of VPC subnet IDs to associate with the DB instance. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnInfluxDBInstancePropsMixin>- Returns:
- a newly built instance of
CfnInfluxDBInstancePropsMixin.
-