Class CfnInfluxDBClusterMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.timestream.CfnInfluxDBClusterMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnInfluxDBClusterMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInfluxDBClusterMixinProps
@Stability(Stable)
@Internal
public static final class CfnInfluxDBClusterMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInfluxDBClusterMixinProps
An implementation for
CfnInfluxDBClusterMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.timestream.CfnInfluxDBClusterMixinProps
CfnInfluxDBClusterMixinProps.Builder, CfnInfluxDBClusterMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnInfluxDBClusterMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberThe allocated storage for the InfluxDB cluster.final StringThe bucket for the InfluxDB cluster.final StringThe compute instance of the InfluxDB cluster.final StringThe name of an existing InfluxDB parameter group.final StringThe storage type of the InfluxDB cluster.final StringDeployment type of the InfluxDB cluster.final StringFailover mode of the InfluxDB cluster.final ObjectConfiguration for sending logs to customer account from the InfluxDB cluster.final StringgetName()The unique name that is associated with the InfluxDB cluster.final StringNetwork type of the InfluxDB cluster.final StringThe organization for the InfluxDB cluster.final StringThe password for the InfluxDB cluster.final NumbergetPort()The port number on which InfluxDB accepts connections.final ObjectAttach a public IP to the customer ENI.getTags()An arbitrary set of tags (key-value pairs) for this DB cluster.final StringThe username for the InfluxDB cluster.A list of Amazon EC2 VPC security groups to associate with this InfluxDB cluster.A list of EC2 subnet IDs for this InfluxDB cluster.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnInfluxDBClusterMixinProps.Builder.
-
-
Method Details
-
getAllocatedStorage
Description copied from interface:CfnInfluxDBClusterMixinPropsThe allocated storage for the InfluxDB cluster.- Specified by:
getAllocatedStoragein interfaceCfnInfluxDBClusterMixinProps- See Also:
-
getBucket
Description copied from interface:CfnInfluxDBClusterMixinPropsThe bucket for the InfluxDB cluster.- Specified by:
getBucketin interfaceCfnInfluxDBClusterMixinProps- See Also:
-
getDbInstanceType
Description copied from interface:CfnInfluxDBClusterMixinPropsThe compute instance of the InfluxDB cluster.- Specified by:
getDbInstanceTypein interfaceCfnInfluxDBClusterMixinProps- See Also:
-
getDbParameterGroupIdentifier
Description copied from interface:CfnInfluxDBClusterMixinPropsThe name of an existing InfluxDB parameter group.- Specified by:
getDbParameterGroupIdentifierin interfaceCfnInfluxDBClusterMixinProps- See Also:
-
getDbStorageType
Description copied from interface:CfnInfluxDBClusterMixinPropsThe storage type of the InfluxDB cluster.- Specified by:
getDbStorageTypein interfaceCfnInfluxDBClusterMixinProps- See Also:
-
getDeploymentType
Description copied from interface:CfnInfluxDBClusterMixinPropsDeployment type of the InfluxDB cluster.- Specified by:
getDeploymentTypein interfaceCfnInfluxDBClusterMixinProps- See Also:
-
getFailoverMode
Description copied from interface:CfnInfluxDBClusterMixinPropsFailover mode of the InfluxDB cluster.- Specified by:
getFailoverModein interfaceCfnInfluxDBClusterMixinProps- See Also:
-
getLogDeliveryConfiguration
Description copied from interface:CfnInfluxDBClusterMixinPropsConfiguration for sending logs to customer account from the InfluxDB cluster.Returns union: either
IResolvableorCfnInfluxDBClusterPropsMixin.LogDeliveryConfigurationProperty- Specified by:
getLogDeliveryConfigurationin interfaceCfnInfluxDBClusterMixinProps- See Also:
-
getName
Description copied from interface:CfnInfluxDBClusterMixinPropsThe unique name that is associated with the InfluxDB cluster.- Specified by:
getNamein interfaceCfnInfluxDBClusterMixinProps- See Also:
-
getNetworkType
Description copied from interface:CfnInfluxDBClusterMixinPropsNetwork type of the InfluxDB cluster.- Specified by:
getNetworkTypein interfaceCfnInfluxDBClusterMixinProps- See Also:
-
getOrganization
Description copied from interface:CfnInfluxDBClusterMixinPropsThe organization for the InfluxDB cluster.- Specified by:
getOrganizationin interfaceCfnInfluxDBClusterMixinProps- See Also:
-
getPassword
Description copied from interface:CfnInfluxDBClusterMixinPropsThe password for the InfluxDB cluster.- Specified by:
getPasswordin interfaceCfnInfluxDBClusterMixinProps- See Also:
-
getPort
Description copied from interface:CfnInfluxDBClusterMixinPropsThe port number on which InfluxDB accepts connections.- Specified by:
getPortin interfaceCfnInfluxDBClusterMixinProps- See Also:
-
getPubliclyAccessible
Description copied from interface:CfnInfluxDBClusterMixinPropsAttach a public IP to the customer ENI.Returns union: either
BooleanorIResolvableDefault: - false
- Specified by:
getPubliclyAccessiblein interfaceCfnInfluxDBClusterMixinProps- See Also:
-
getTags
Description copied from interface:CfnInfluxDBClusterMixinPropsAn arbitrary set of tags (key-value pairs) for this DB cluster.- Specified by:
getTagsin interfaceCfnInfluxDBClusterMixinProps- See Also:
-
getUsername
Description copied from interface:CfnInfluxDBClusterMixinPropsThe username for the InfluxDB cluster.- Specified by:
getUsernamein interfaceCfnInfluxDBClusterMixinProps- See Also:
-
getVpcSecurityGroupIds
Description copied from interface:CfnInfluxDBClusterMixinPropsA list of Amazon EC2 VPC security groups to associate with this InfluxDB cluster.- Specified by:
getVpcSecurityGroupIdsin interfaceCfnInfluxDBClusterMixinProps- See Also:
-
getVpcSubnetIds
Description copied from interface:CfnInfluxDBClusterMixinPropsA list of EC2 subnet IDs for this InfluxDB cluster.- Specified by:
getVpcSubnetIdsin interfaceCfnInfluxDBClusterMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-