AWS::Timestream::InfluxDBInstanceThe AWS::Timestream::InfluxDBInstance resource creates an InfluxDB instance.
17 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AllocatedStorage | integer | |
Bucket | string | Create-onlyWrite-only |
DbInstanceType | string | |
DbParameterGroupIdentifier | string | |
DbStorageType | string | |
DeploymentType | string | |
LogDeliveryConfiguration | object | |
Name | string | Create-only |
NetworkType | string | Create-only |
Organization | string | Create-onlyWrite-only |
Password | string | Create-onlyWrite-only |
Port | integer | |
PubliclyAccessible | boolean | Create-only |
Tags | Array<Tag> | |
Username | string | Create-onlyWrite-only |
VpcSecurityGroupIds | Array<string> | Create-only |
VpcSubnetIds | Array<string> | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) that is associated with the InfluxDB instance. |
AvailabilityZone | string | The Availability Zone (AZ) where the InfluxDB instance is created. |
Endpoint | string | The connection endpoint for the InfluxDB instance. |
Id | string | The service generated unique identifier for InfluxDB instance. |
InfluxAuthParametersSecretArn | string | The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB instance. |
SecondaryAvailabilityZone | string | The Secondary Availability Zone (AZ) where the InfluxDB instance is created, if DeploymentType is set as WITH_MULTIAZ_STANDBY. |
Status | string | Status of the InfluxDB Instance. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Timestream::InfluxDBInstance
Resources:
MyResource:
Type: AWS::Timestream::InfluxDBInstance
Properties:
Tags:
- Key: Environment
Value: Production
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
s3:ListBuckets3:GetBucketPolicytimestream-influxdb:GetDbInstancetimestream-influxdb:ListDbInstancestimestream-influxdb:CreateDbInstancetimestream-influxdb:TagResourcetimestream-influxdb:ListTagsForResourceec2:DescribeSubnetstimestream-influxdb:GetDbInstancetimestream-influxdb:ListTagsForResources3:ListBuckets3:GetBucketPolicytimestream-influxdb:GetDbInstancetimestream-influxdb:ListDbInstancestimestream-influxdb:UpdateDbInstancetimestream-influxdb:TagResourcetimestream-influxdb:UntagResourcetimestream-influxdb:ListTagsForResourcetimestream-influxdb:GetDbInstancetimestream-influxdb:ListDbInstancestimestream-influxdb:DeleteDbInstancetimestream-influxdb:ListDbInstancesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameUsernamePasswordOrganizationBucketVpcSubnetIdsVpcSecurityGroupIdsPubliclyAccessibleNetworkType