Show / Hide Table of Contents

Class CfnInfluxDBInstancePropsMixin

A DB instance is an isolated database environment running in the cloud.

Inheritance
object
Mixin
CfnInfluxDBInstancePropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
Namespace: Amazon.CDK.Mixins.Preview.AWS.Timestream.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnInfluxDBInstancePropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnInfluxDBInstancePropsMixin Inherits Mixin Implements IMixin
Remarks

It is the basic building block of Amazon Timestream for InfluxDB. A DB instance can contain multiple user-created databases (or organizations and buckets for the case of InfluxDb 2.x databases), and can be accessed using the same client tools and applications you might use to access a standalone self-managed InfluxDB instance.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-timestream-influxdbinstance.html

CloudformationResource: AWS::Timestream::InfluxDBInstance

Mixin: true

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.Mixins;
             using Amazon.CDK.Mixins.Preview.AWS.Timestream.Mixins;

             var cfnInfluxDBInstancePropsMixin = new CfnInfluxDBInstancePropsMixin(new CfnInfluxDBInstanceMixinProps {
                 AllocatedStorage = 123,
                 Bucket = "bucket",
                 DbInstanceType = "dbInstanceType",
                 DbParameterGroupIdentifier = "dbParameterGroupIdentifier",
                 DbStorageType = "dbStorageType",
                 DeploymentType = "deploymentType",
                 LogDeliveryConfiguration = new LogDeliveryConfigurationProperty {
                     S3Configuration = new S3ConfigurationProperty {
                         BucketName = "bucketName",
                         Enabled = false
                     }
                 },
                 Name = "name",
                 NetworkType = "networkType",
                 Organization = "organization",
                 Password = "password",
                 Port = 123,
                 PubliclyAccessible = false,
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } },
                 Username = "username",
                 VpcSecurityGroupIds = new [] { "vpcSecurityGroupIds" },
                 VpcSubnetIds = new [] { "vpcSubnetIds" }
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Synopsis

Constructors

CfnInfluxDBInstancePropsMixin(ICfnInfluxDBInstanceMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::Timestream::InfluxDBInstance.

Properties

CFN_PROPERTY_KEYS

A DB instance is an isolated database environment running in the cloud.

Props

A DB instance is an isolated database environment running in the cloud.

Strategy

A DB instance is an isolated database environment running in the cloud.

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

Supports(IConstruct)

Check if this mixin supports the given construct.

Constructors

CfnInfluxDBInstancePropsMixin(ICfnInfluxDBInstanceMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::Timestream::InfluxDBInstance.

public CfnInfluxDBInstancePropsMixin(ICfnInfluxDBInstanceMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
props ICfnInfluxDBInstanceMixinProps

L1 properties to apply.

options ICfnPropertyMixinOptions

Mixin options.

Remarks

It is the basic building block of Amazon Timestream for InfluxDB. A DB instance can contain multiple user-created databases (or organizations and buckets for the case of InfluxDb 2.x databases), and can be accessed using the same client tools and applications you might use to access a standalone self-managed InfluxDB instance.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-timestream-influxdbinstance.html

CloudformationResource: AWS::Timestream::InfluxDBInstance

Mixin: true

ExampleMetadata: fixture=_generated

Properties

CFN_PROPERTY_KEYS

A DB instance is an isolated database environment running in the cloud.

protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value

string[]

Remarks

It is the basic building block of Amazon Timestream for InfluxDB. A DB instance can contain multiple user-created databases (or organizations and buckets for the case of InfluxDb 2.x databases), and can be accessed using the same client tools and applications you might use to access a standalone self-managed InfluxDB instance.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-timestream-influxdbinstance.html

CloudformationResource: AWS::Timestream::InfluxDBInstance

Mixin: true

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.Mixins;
             using Amazon.CDK.Mixins.Preview.AWS.Timestream.Mixins;

             var cfnInfluxDBInstancePropsMixin = new CfnInfluxDBInstancePropsMixin(new CfnInfluxDBInstanceMixinProps {
                 AllocatedStorage = 123,
                 Bucket = "bucket",
                 DbInstanceType = "dbInstanceType",
                 DbParameterGroupIdentifier = "dbParameterGroupIdentifier",
                 DbStorageType = "dbStorageType",
                 DeploymentType = "deploymentType",
                 LogDeliveryConfiguration = new LogDeliveryConfigurationProperty {
                     S3Configuration = new S3ConfigurationProperty {
                         BucketName = "bucketName",
                         Enabled = false
                     }
                 },
                 Name = "name",
                 NetworkType = "networkType",
                 Organization = "organization",
                 Password = "password",
                 Port = 123,
                 PubliclyAccessible = false,
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } },
                 Username = "username",
                 VpcSecurityGroupIds = new [] { "vpcSecurityGroupIds" },
                 VpcSubnetIds = new [] { "vpcSubnetIds" }
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Props

A DB instance is an isolated database environment running in the cloud.

protected virtual ICfnInfluxDBInstanceMixinProps Props { get; }
Property Value

ICfnInfluxDBInstanceMixinProps

Remarks

It is the basic building block of Amazon Timestream for InfluxDB. A DB instance can contain multiple user-created databases (or organizations and buckets for the case of InfluxDb 2.x databases), and can be accessed using the same client tools and applications you might use to access a standalone self-managed InfluxDB instance.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-timestream-influxdbinstance.html

CloudformationResource: AWS::Timestream::InfluxDBInstance

Mixin: true

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.Mixins;
             using Amazon.CDK.Mixins.Preview.AWS.Timestream.Mixins;

             var cfnInfluxDBInstancePropsMixin = new CfnInfluxDBInstancePropsMixin(new CfnInfluxDBInstanceMixinProps {
                 AllocatedStorage = 123,
                 Bucket = "bucket",
                 DbInstanceType = "dbInstanceType",
                 DbParameterGroupIdentifier = "dbParameterGroupIdentifier",
                 DbStorageType = "dbStorageType",
                 DeploymentType = "deploymentType",
                 LogDeliveryConfiguration = new LogDeliveryConfigurationProperty {
                     S3Configuration = new S3ConfigurationProperty {
                         BucketName = "bucketName",
                         Enabled = false
                     }
                 },
                 Name = "name",
                 NetworkType = "networkType",
                 Organization = "organization",
                 Password = "password",
                 Port = 123,
                 PubliclyAccessible = false,
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } },
                 Username = "username",
                 VpcSecurityGroupIds = new [] { "vpcSecurityGroupIds" },
                 VpcSubnetIds = new [] { "vpcSubnetIds" }
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Strategy

A DB instance is an isolated database environment running in the cloud.

protected virtual PropertyMergeStrategy Strategy { get; }
Property Value

PropertyMergeStrategy

Remarks

It is the basic building block of Amazon Timestream for InfluxDB. A DB instance can contain multiple user-created databases (or organizations and buckets for the case of InfluxDb 2.x databases), and can be accessed using the same client tools and applications you might use to access a standalone self-managed InfluxDB instance.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-timestream-influxdbinstance.html

CloudformationResource: AWS::Timestream::InfluxDBInstance

Mixin: true

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.Mixins;
             using Amazon.CDK.Mixins.Preview.AWS.Timestream.Mixins;

             var cfnInfluxDBInstancePropsMixin = new CfnInfluxDBInstancePropsMixin(new CfnInfluxDBInstanceMixinProps {
                 AllocatedStorage = 123,
                 Bucket = "bucket",
                 DbInstanceType = "dbInstanceType",
                 DbParameterGroupIdentifier = "dbParameterGroupIdentifier",
                 DbStorageType = "dbStorageType",
                 DeploymentType = "deploymentType",
                 LogDeliveryConfiguration = new LogDeliveryConfigurationProperty {
                     S3Configuration = new S3ConfigurationProperty {
                         BucketName = "bucketName",
                         Enabled = false
                     }
                 },
                 Name = "name",
                 NetworkType = "networkType",
                 Organization = "organization",
                 Password = "password",
                 Port = 123,
                 PubliclyAccessible = false,
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } },
                 Username = "username",
                 VpcSecurityGroupIds = new [] { "vpcSecurityGroupIds" },
                 VpcSubnetIds = new [] { "vpcSubnetIds" }
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

public override IConstruct ApplyTo(IConstruct construct)
Parameters
construct IConstruct
Returns

IConstruct

Overrides
Mixin.ApplyTo(IConstruct)
Remarks

It is the basic building block of Amazon Timestream for InfluxDB. A DB instance can contain multiple user-created databases (or organizations and buckets for the case of InfluxDb 2.x databases), and can be accessed using the same client tools and applications you might use to access a standalone self-managed InfluxDB instance.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-timestream-influxdbinstance.html

CloudformationResource: AWS::Timestream::InfluxDBInstance

Mixin: true

ExampleMetadata: fixture=_generated

Supports(IConstruct)

Check if this mixin supports the given construct.

public override bool Supports(IConstruct construct)
Parameters
construct IConstruct
Returns

bool

Overrides
Mixin.Supports(IConstruct)
Remarks

It is the basic building block of Amazon Timestream for InfluxDB. A DB instance can contain multiple user-created databases (or organizations and buckets for the case of InfluxDb 2.x databases), and can be accessed using the same client tools and applications you might use to access a standalone self-managed InfluxDB instance.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-timestream-influxdbinstance.html

CloudformationResource: AWS::Timestream::InfluxDBInstance

Mixin: true

ExampleMetadata: fixture=_generated

Implements

IMixin
Back to top Generated by DocFX