Class CfnInfluxDBCluster

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
All Implemented Interfaces:
IInspectable, IEnvironmentAware, IInfluxDBClusterRef, ITaggableV2, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)", date="2026-03-11T13:19:53.619Z") @Stability(Stable) public class CfnInfluxDBCluster extends CfnResource implements IInspectable, IInfluxDBClusterRef, ITaggableV2
The AWS::Timestream::InfluxDBCluster resource creates an InfluxDB cluster.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.timestream.*;
 CfnInfluxDBCluster cfnInfluxDBCluster = CfnInfluxDBCluster.Builder.create(this, "MyCfnInfluxDBCluster")
         .allocatedStorage(123)
         .bucket("bucket")
         .dbInstanceType("dbInstanceType")
         .dbParameterGroupIdentifier("dbParameterGroupIdentifier")
         .dbStorageType("dbStorageType")
         .deploymentType("deploymentType")
         .failoverMode("failoverMode")
         .logDeliveryConfiguration(LogDeliveryConfigurationProperty.builder()
                 .s3Configuration(S3ConfigurationProperty.builder()
                         .bucketName("bucketName")
                         .enabled(false)
                         .build())
                 .build())
         .name("name")
         .networkType("networkType")
         .organization("organization")
         .password("password")
         .port(123)
         .publiclyAccessible(false)
         .tags(List.of(CfnTag.builder()
                 .key("key")
                 .value("value")
                 .build()))
         .username("username")
         .vpcSecurityGroupIds(List.of("vpcSecurityGroupIds"))
         .vpcSubnetIds(List.of("vpcSubnetIds"))
         .build();
 

See Also:
  • Field Details

    • CFN_RESOURCE_TYPE_NAME

      @Stability(Stable) public static final String CFN_RESOURCE_TYPE_NAME
      The CloudFormation resource type name for this resource class.
  • Constructor Details

    • CfnInfluxDBCluster

      protected CfnInfluxDBCluster(software.amazon.jsii.JsiiObjectRef objRef)
    • CfnInfluxDBCluster

      protected CfnInfluxDBCluster(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • CfnInfluxDBCluster

      @Stability(Stable) public CfnInfluxDBCluster(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnInfluxDBClusterProps props)
      Create a new AWS::Timestream::InfluxDBCluster.

      Parameters:
      scope - Scope in which this resource is defined. This parameter is required.
      id - Construct identifier for this resource (unique in its scope). This parameter is required.
      props - Resource properties.
    • CfnInfluxDBCluster

      @Stability(Stable) public CfnInfluxDBCluster(@NotNull software.constructs.Construct scope, @NotNull String id)
      Create a new AWS::Timestream::InfluxDBCluster.

      Parameters:
      scope - Scope in which this resource is defined. This parameter is required.
      id - Construct identifier for this resource (unique in its scope). This parameter is required.
  • Method Details

    • arnForInfluxDBCluster

      @Stability(Stable) @NotNull public static String arnForInfluxDBCluster(@NotNull IInfluxDBClusterRef resource)
      Parameters:
      resource - This parameter is required.
    • isCfnInfluxDBCluster

      @Stability(Stable) @NotNull public static Boolean isCfnInfluxDBCluster(@NotNull Object x)
      Checks whether the given object is a CfnInfluxDBCluster.

      Parameters:
      x - This parameter is required.
    • inspect

      @Stability(Stable) public void inspect(@NotNull TreeInspector inspector)
      Examines the CloudFormation resource and discloses attributes.

      Specified by:
      inspect in interface IInspectable
      Parameters:
      inspector - tree inspector to collect and process attributes. This parameter is required.
    • renderProperties

      @Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
      Overrides:
      renderProperties in class CfnResource
      Parameters:
      props - This parameter is required.
    • getAttrArn

      @Stability(Stable) @NotNull public String getAttrArn()
      The Amazon Resource Name (ARN) that is associated with the InfluxDB cluster.
    • getAttrEndpoint

      @Stability(Stable) @NotNull public String getAttrEndpoint()
      The connection endpoint for the InfluxDB cluster.
    • getAttrEngineType

      @Stability(Stable) @NotNull public String getAttrEngineType()
      The engine type for the InfluxDB cluster.
    • getAttrId

      @Stability(Stable) @NotNull public String getAttrId()
      The service generated unique identifier for InfluxDB cluster.
    • getAttrInfluxAuthParametersSecretArn

      @Stability(Stable) @NotNull public String getAttrInfluxAuthParametersSecretArn()
      The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB cluster.
    • getAttrReaderEndpoint

      @Stability(Stable) @NotNull public String getAttrReaderEndpoint()
      The reader endpoint for the InfluxDB cluster.
    • getAttrStatus

      @Stability(Stable) @NotNull public String getAttrStatus()
      Status of the InfluxDB cluster.
    • getCdkTagManager

      @Stability(Stable) @NotNull public TagManager getCdkTagManager()
      Tag Manager which manages the tags for this resource.
      Specified by:
      getCdkTagManager in interface ITaggableV2
    • getCfnProperties

      @Stability(Stable) @NotNull protected Map<String,Object> getCfnProperties()
      Overrides:
      getCfnProperties in class CfnResource
    • getInfluxDbClusterRef

      @Stability(Stable) @NotNull public InfluxDBClusterReference getInfluxDbClusterRef()
      A reference to a InfluxDBCluster resource.
      Specified by:
      getInfluxDbClusterRef in interface IInfluxDBClusterRef
    • getAllocatedStorage

      @Stability(Stable) @Nullable public Number getAllocatedStorage()
      The allocated storage for the InfluxDB cluster.
    • setAllocatedStorage

      @Stability(Stable) public void setAllocatedStorage(@Nullable Number value)
      The allocated storage for the InfluxDB cluster.
    • getBucket

      @Stability(Stable) @Nullable public String getBucket()
      The bucket for the InfluxDB cluster.
    • setBucket

      @Stability(Stable) public void setBucket(@Nullable String value)
      The bucket for the InfluxDB cluster.
    • getDbInstanceType

      @Stability(Stable) @Nullable public String getDbInstanceType()
      The compute instance of the InfluxDB cluster.
    • setDbInstanceType

      @Stability(Stable) public void setDbInstanceType(@Nullable String value)
      The compute instance of the InfluxDB cluster.
    • getDbParameterGroupIdentifier

      @Stability(Stable) @Nullable public String getDbParameterGroupIdentifier()
      The name of an existing InfluxDB parameter group.
    • setDbParameterGroupIdentifier

      @Stability(Stable) public void setDbParameterGroupIdentifier(@Nullable String value)
      The name of an existing InfluxDB parameter group.
    • getDbStorageType

      @Stability(Stable) @Nullable public String getDbStorageType()
      The storage type of the InfluxDB cluster.
    • setDbStorageType

      @Stability(Stable) public void setDbStorageType(@Nullable String value)
      The storage type of the InfluxDB cluster.
    • getDeploymentType

      @Stability(Stable) @Nullable public String getDeploymentType()
      Deployment type of the InfluxDB cluster.
    • setDeploymentType

      @Stability(Stable) public void setDeploymentType(@Nullable String value)
      Deployment type of the InfluxDB cluster.
    • getFailoverMode

      @Stability(Stable) @Nullable public String getFailoverMode()
      Failover mode of the InfluxDB cluster.
    • setFailoverMode

      @Stability(Stable) public void setFailoverMode(@Nullable String value)
      Failover mode of the InfluxDB cluster.
    • getLogDeliveryConfiguration

      @Stability(Stable) @Nullable public Object getLogDeliveryConfiguration()
      Configuration for sending logs to customer account from the InfluxDB cluster.

      Returns union: either IResolvable or CfnInfluxDBCluster.LogDeliveryConfigurationProperty

    • setLogDeliveryConfiguration

      @Stability(Stable) public void setLogDeliveryConfiguration(@Nullable IResolvable value)
      Configuration for sending logs to customer account from the InfluxDB cluster.
    • setLogDeliveryConfiguration

      @Stability(Stable) public void setLogDeliveryConfiguration(@Nullable CfnInfluxDBCluster.LogDeliveryConfigurationProperty value)
      Configuration for sending logs to customer account from the InfluxDB cluster.
    • getName

      @Stability(Stable) @Nullable public String getName()
      The unique name that is associated with the InfluxDB cluster.
    • setName

      @Stability(Stable) public void setName(@Nullable String value)
      The unique name that is associated with the InfluxDB cluster.
    • getNetworkType

      @Stability(Stable) @Nullable public String getNetworkType()
      Network type of the InfluxDB cluster.
    • setNetworkType

      @Stability(Stable) public void setNetworkType(@Nullable String value)
      Network type of the InfluxDB cluster.
    • getOrganization

      @Stability(Stable) @Nullable public String getOrganization()
      The organization for the InfluxDB cluster.
    • setOrganization

      @Stability(Stable) public void setOrganization(@Nullable String value)
      The organization for the InfluxDB cluster.
    • getPassword

      @Stability(Stable) @Nullable public String getPassword()
      The password for the InfluxDB cluster.
    • setPassword

      @Stability(Stable) public void setPassword(@Nullable String value)
      The password for the InfluxDB cluster.
    • getPort

      @Stability(Stable) @Nullable public Number getPort()
      The port number on which InfluxDB accepts connections.
    • setPort

      @Stability(Stable) public void setPort(@Nullable Number value)
      The port number on which InfluxDB accepts connections.
    • getPubliclyAccessible

      @Stability(Stable) @Nullable public Object getPubliclyAccessible()
      Attach a public IP to the customer ENI.

      Returns union: either Boolean or IResolvable

    • setPubliclyAccessible

      @Stability(Stable) public void setPubliclyAccessible(@Nullable Boolean value)
      Attach a public IP to the customer ENI.
    • setPubliclyAccessible

      @Stability(Stable) public void setPubliclyAccessible(@Nullable IResolvable value)
      Attach a public IP to the customer ENI.
    • getTags

      @Stability(Stable) @Nullable public List<CfnTag> getTags()
      An arbitrary set of tags (key-value pairs) for this DB cluster.
    • setTags

      @Stability(Stable) public void setTags(@Nullable List<CfnTag> value)
      An arbitrary set of tags (key-value pairs) for this DB cluster.
    • getUsername

      @Stability(Stable) @Nullable public String getUsername()
      The username for the InfluxDB cluster.
    • setUsername

      @Stability(Stable) public void setUsername(@Nullable String value)
      The username for the InfluxDB cluster.
    • getVpcSecurityGroupIds

      @Stability(Stable) @Nullable public List<String> getVpcSecurityGroupIds()
      A list of Amazon EC2 VPC security groups to associate with this InfluxDB cluster.
    • setVpcSecurityGroupIds

      @Stability(Stable) public void setVpcSecurityGroupIds(@Nullable List<String> value)
      A list of Amazon EC2 VPC security groups to associate with this InfluxDB cluster.
    • getVpcSubnetIds

      @Stability(Stable) @Nullable public List<String> getVpcSubnetIds()
      A list of EC2 subnet IDs for this InfluxDB cluster.
    • setVpcSubnetIds

      @Stability(Stable) public void setVpcSubnetIds(@Nullable List<String> value)
      A list of EC2 subnet IDs for this InfluxDB cluster.