Documentation
¶
Index ¶
- func NewTimestreaminfluxdbDbInstanceLogDeliveryConfigurationList_Override(t TimestreaminfluxdbDbInstanceLogDeliveryConfigurationList, ...)
- func NewTimestreaminfluxdbDbInstanceLogDeliveryConfigurationOutputReference_Override(t TimestreaminfluxdbDbInstanceLogDeliveryConfigurationOutputReference, ...)
- func NewTimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3ConfigurationList_Override(t TimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3ConfigurationList, ...)
- func NewTimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3ConfigurationOutputReference_Override(...)
- func NewTimestreaminfluxdbDbInstanceTimeoutsOutputReference_Override(t TimestreaminfluxdbDbInstanceTimeoutsOutputReference, ...)
- func NewTimestreaminfluxdbDbInstance_Override(t TimestreaminfluxdbDbInstance, scope constructs.Construct, id *string, ...)
- func TimestreaminfluxdbDbInstance_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func TimestreaminfluxdbDbInstance_IsConstruct(x interface{}) *bool
- func TimestreaminfluxdbDbInstance_IsTerraformElement(x interface{}) *bool
- func TimestreaminfluxdbDbInstance_IsTerraformResource(x interface{}) *bool
- func TimestreaminfluxdbDbInstance_TfResourceType() *string
- type TimestreaminfluxdbDbInstance
- type TimestreaminfluxdbDbInstanceConfig
- type TimestreaminfluxdbDbInstanceLogDeliveryConfiguration
- type TimestreaminfluxdbDbInstanceLogDeliveryConfigurationList
- type TimestreaminfluxdbDbInstanceLogDeliveryConfigurationOutputReference
- type TimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3Configuration
- type TimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3ConfigurationList
- type TimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3ConfigurationOutputReference
- type TimestreaminfluxdbDbInstanceTimeouts
- type TimestreaminfluxdbDbInstanceTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTimestreaminfluxdbDbInstanceLogDeliveryConfigurationList_Override ¶
func NewTimestreaminfluxdbDbInstanceLogDeliveryConfigurationList_Override(t TimestreaminfluxdbDbInstanceLogDeliveryConfigurationList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewTimestreaminfluxdbDbInstanceLogDeliveryConfigurationOutputReference_Override ¶
func NewTimestreaminfluxdbDbInstanceLogDeliveryConfigurationOutputReference_Override(t TimestreaminfluxdbDbInstanceLogDeliveryConfigurationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewTimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3ConfigurationList_Override ¶
func NewTimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3ConfigurationList_Override(t TimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3ConfigurationList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewTimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3ConfigurationOutputReference_Override ¶
func NewTimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3ConfigurationOutputReference_Override(t TimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3ConfigurationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewTimestreaminfluxdbDbInstanceTimeoutsOutputReference_Override ¶
func NewTimestreaminfluxdbDbInstanceTimeoutsOutputReference_Override(t TimestreaminfluxdbDbInstanceTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewTimestreaminfluxdbDbInstance_Override ¶
func NewTimestreaminfluxdbDbInstance_Override(t TimestreaminfluxdbDbInstance, scope constructs.Construct, id *string, config *TimestreaminfluxdbDbInstanceConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs/resources/timestreaminfluxdb_db_instance aws_timestreaminfluxdb_db_instance} Resource.
func TimestreaminfluxdbDbInstance_GenerateConfigForImport ¶
func TimestreaminfluxdbDbInstance_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a TimestreaminfluxdbDbInstance resource upon running "cdktf plan <stack-name>".
func TimestreaminfluxdbDbInstance_IsConstruct ¶
func TimestreaminfluxdbDbInstance_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func TimestreaminfluxdbDbInstance_IsTerraformElement ¶
func TimestreaminfluxdbDbInstance_IsTerraformElement(x interface{}) *bool
Experimental.
func TimestreaminfluxdbDbInstance_IsTerraformResource ¶
func TimestreaminfluxdbDbInstance_IsTerraformResource(x interface{}) *bool
Experimental.
func TimestreaminfluxdbDbInstance_TfResourceType ¶
func TimestreaminfluxdbDbInstance_TfResourceType() *string
Types ¶
type TimestreaminfluxdbDbInstance ¶
type TimestreaminfluxdbDbInstance interface { cdktf.TerraformResource AllocatedStorage() *float64 SetAllocatedStorage(val *float64) AllocatedStorageInput() *float64 Arn() *string AvailabilityZone() *string Bucket() *string SetBucket(val *string) BucketInput() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) DbInstanceType() *string SetDbInstanceType(val *string) DbInstanceTypeInput() *string DbParameterGroupIdentifier() *string SetDbParameterGroupIdentifier(val *string) DbParameterGroupIdentifierInput() *string DbStorageType() *string SetDbStorageType(val *string) DbStorageTypeInput() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) DeploymentType() *string SetDeploymentType(val *string) DeploymentTypeInput() *string Endpoint() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string InfluxAuthParametersSecretArn() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) LogDeliveryConfiguration() TimestreaminfluxdbDbInstanceLogDeliveryConfigurationList LogDeliveryConfigurationInput() interface{} Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node Organization() *string SetOrganization(val *string) OrganizationInput() *string Password() *string SetPassword(val *string) PasswordInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) PubliclyAccessible() interface{} SetPubliclyAccessible(val interface{}) PubliclyAccessibleInput() interface{} // Experimental. RawOverrides() interface{} SecondaryAvailabilityZone() *string Tags() *map[string]*string SetTags(val *map[string]*string) TagsAll() cdktf.StringMap TagsInput() *map[string]*string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() TimestreaminfluxdbDbInstanceTimeoutsOutputReference TimeoutsInput() interface{} Username() *string SetUsername(val *string) UsernameInput() *string VpcSecurityGroupIds() *[]*string SetVpcSecurityGroupIds(val *[]*string) VpcSecurityGroupIdsInput() *[]*string VpcSubnetIds() *[]*string SetVpcSubnetIds(val *[]*string) VpcSubnetIdsInput() *[]*string // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutLogDeliveryConfiguration(value interface{}) PutTimeouts(value *TimestreaminfluxdbDbInstanceTimeouts) ResetDbParameterGroupIdentifier() ResetDbStorageType() ResetDeploymentType() ResetLogDeliveryConfiguration() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPubliclyAccessible() ResetTags() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs/resources/timestreaminfluxdb_db_instance aws_timestreaminfluxdb_db_instance}.
func NewTimestreaminfluxdbDbInstance ¶
func NewTimestreaminfluxdbDbInstance(scope constructs.Construct, id *string, config *TimestreaminfluxdbDbInstanceConfig) TimestreaminfluxdbDbInstance
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs/resources/timestreaminfluxdb_db_instance aws_timestreaminfluxdb_db_instance} Resource.
type TimestreaminfluxdbDbInstanceConfig ¶
type TimestreaminfluxdbDbInstanceConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // The amount of storage to allocate for your DB storage type in GiB (gibibytes). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs/resources/timestreaminfluxdb_db_instance#allocated_storage TimestreaminfluxdbDbInstance#allocated_storage} AllocatedStorage *float64 `field:"required" json:"allocatedStorage" yaml:"allocatedStorage"` // 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. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs/resources/timestreaminfluxdb_db_instance#bucket TimestreaminfluxdbDbInstance#bucket} Bucket *string `field:"required" json:"bucket" yaml:"bucket"` // The Timestream for InfluxDB DB instance type to run InfluxDB on. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs/resources/timestreaminfluxdb_db_instance#db_instance_type TimestreaminfluxdbDbInstance#db_instance_type} DbInstanceType *string `field:"required" json:"dbInstanceType" yaml:"dbInstanceType"` // 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. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs/resources/timestreaminfluxdb_db_instance#name TimestreaminfluxdbDbInstance#name} Name *string `field:"required" json:"name" yaml:"name"` // The name of the initial organization for the initial admin user in InfluxDB. // // An // InfluxDB organization is a workspace for a group of users. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs/resources/timestreaminfluxdb_db_instance#organization TimestreaminfluxdbDbInstance#organization} Organization *string `field:"required" json:"organization" yaml:"organization"` // 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 AWS SecretManager in your account. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs/resources/timestreaminfluxdb_db_instance#password TimestreaminfluxdbDbInstance#password} Password *string `field:"required" json:"password" yaml:"password"` // 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 // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs/resources/timestreaminfluxdb_db_instance#username TimestreaminfluxdbDbInstance#username} Username *string `field:"required" json:"username" yaml:"username"` // A list of VPC security group IDs to associate with the DB instance. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs/resources/timestreaminfluxdb_db_instance#vpc_security_group_ids TimestreaminfluxdbDbInstance#vpc_security_group_ids} VpcSecurityGroupIds *[]*string `field:"required" json:"vpcSecurityGroupIds" yaml:"vpcSecurityGroupIds"` // 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. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs/resources/timestreaminfluxdb_db_instance#vpc_subnet_ids TimestreaminfluxdbDbInstance#vpc_subnet_ids} VpcSubnetIds *[]*string `field:"required" json:"vpcSubnetIds" yaml:"vpcSubnetIds"` // The id of the DB parameter group assigned to your DB instance. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs/resources/timestreaminfluxdb_db_instance#db_parameter_group_identifier TimestreaminfluxdbDbInstance#db_parameter_group_identifier} DbParameterGroupIdentifier *string `field:"optional" json:"dbParameterGroupIdentifier" yaml:"dbParameterGroupIdentifier"` // 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. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs/resources/timestreaminfluxdb_db_instance#db_storage_type TimestreaminfluxdbDbInstance#db_storage_type} DbStorageType *string `field:"optional" json:"dbStorageType" yaml:"dbStorageType"` // Specifies whether the DB instance will be deployed as a standalone instance or with a Multi-AZ standby for high availability. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs/resources/timestreaminfluxdb_db_instance#deployment_type TimestreaminfluxdbDbInstance#deployment_type} DeploymentType *string `field:"optional" json:"deploymentType" yaml:"deploymentType"` // log_delivery_configuration block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs/resources/timestreaminfluxdb_db_instance#log_delivery_configuration TimestreaminfluxdbDbInstance#log_delivery_configuration} LogDeliveryConfiguration interface{} `field:"optional" json:"logDeliveryConfiguration" yaml:"logDeliveryConfiguration"` // Configures the DB instance with a public IP to facilitate access. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs/resources/timestreaminfluxdb_db_instance#publicly_accessible TimestreaminfluxdbDbInstance#publicly_accessible} PubliclyAccessible interface{} `field:"optional" json:"publiclyAccessible" yaml:"publiclyAccessible"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs/resources/timestreaminfluxdb_db_instance#tags TimestreaminfluxdbDbInstance#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs/resources/timestreaminfluxdb_db_instance#timeouts TimestreaminfluxdbDbInstance#timeouts} Timeouts *TimestreaminfluxdbDbInstanceTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type TimestreaminfluxdbDbInstanceLogDeliveryConfiguration ¶
type TimestreaminfluxdbDbInstanceLogDeliveryConfiguration struct { // s3_configuration block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs/resources/timestreaminfluxdb_db_instance#s3_configuration TimestreaminfluxdbDbInstance#s3_configuration} S3Configuration interface{} `field:"optional" json:"s3Configuration" yaml:"s3Configuration"` }
type TimestreaminfluxdbDbInstanceLogDeliveryConfigurationList ¶
type TimestreaminfluxdbDbInstanceLogDeliveryConfigurationList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) TimestreaminfluxdbDbInstanceLogDeliveryConfigurationOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewTimestreaminfluxdbDbInstanceLogDeliveryConfigurationList ¶
func NewTimestreaminfluxdbDbInstanceLogDeliveryConfigurationList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) TimestreaminfluxdbDbInstanceLogDeliveryConfigurationList
type TimestreaminfluxdbDbInstanceLogDeliveryConfigurationOutputReference ¶
type TimestreaminfluxdbDbInstanceLogDeliveryConfigurationOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) S3Configuration() TimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3ConfigurationList S3ConfigurationInput() interface{} // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutS3Configuration(value interface{}) ResetS3Configuration() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewTimestreaminfluxdbDbInstanceLogDeliveryConfigurationOutputReference ¶
func NewTimestreaminfluxdbDbInstanceLogDeliveryConfigurationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) TimestreaminfluxdbDbInstanceLogDeliveryConfigurationOutputReference
type TimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3Configuration ¶
type TimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3Configuration struct { // The name of the S3 bucket to deliver logs to. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs/resources/timestreaminfluxdb_db_instance#bucket_name TimestreaminfluxdbDbInstance#bucket_name} BucketName *string `field:"required" json:"bucketName" yaml:"bucketName"` // Indicates whether log delivery to the S3 bucket is enabled. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs/resources/timestreaminfluxdb_db_instance#enabled TimestreaminfluxdbDbInstance#enabled} Enabled interface{} `field:"required" json:"enabled" yaml:"enabled"` }
type TimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3ConfigurationList ¶
type TimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3ConfigurationList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) TimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3ConfigurationOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewTimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3ConfigurationList ¶
func NewTimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3ConfigurationList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) TimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3ConfigurationList
type TimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3ConfigurationOutputReference ¶
type TimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3ConfigurationOutputReference interface { cdktf.ComplexObject BucketName() *string SetBucketName(val *string) BucketNameInput() *string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewTimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3ConfigurationOutputReference ¶
func NewTimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3ConfigurationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) TimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3ConfigurationOutputReference
type TimestreaminfluxdbDbInstanceTimeouts ¶
type TimestreaminfluxdbDbInstanceTimeouts struct { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs/resources/timestreaminfluxdb_db_instance#create TimestreaminfluxdbDbInstance#create} Create *string `field:"optional" json:"create" yaml:"create"` // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs/resources/timestreaminfluxdb_db_instance#delete TimestreaminfluxdbDbInstance#delete} Delete *string `field:"optional" json:"delete" yaml:"delete"` // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs/resources/timestreaminfluxdb_db_instance#update TimestreaminfluxdbDbInstance#update} Update *string `field:"optional" json:"update" yaml:"update"` }
type TimestreaminfluxdbDbInstanceTimeoutsOutputReference ¶
type TimestreaminfluxdbDbInstanceTimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetDelete() ResetUpdate() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewTimestreaminfluxdbDbInstanceTimeoutsOutputReference ¶
func NewTimestreaminfluxdbDbInstanceTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) TimestreaminfluxdbDbInstanceTimeoutsOutputReference
Source Files
¶
- TimestreaminfluxdbDbInstance.go
- TimestreaminfluxdbDbInstanceConfig.go
- TimestreaminfluxdbDbInstanceLogDeliveryConfiguration.go
- TimestreaminfluxdbDbInstanceLogDeliveryConfigurationList.go
- TimestreaminfluxdbDbInstanceLogDeliveryConfigurationList__checks.go
- TimestreaminfluxdbDbInstanceLogDeliveryConfigurationOutputReference.go
- TimestreaminfluxdbDbInstanceLogDeliveryConfigurationOutputReference__checks.go
- TimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3Configuration.go
- TimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3ConfigurationList.go
- TimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3ConfigurationList__checks.go
- TimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3ConfigurationOutputReference.go
- TimestreaminfluxdbDbInstanceLogDeliveryConfigurationS3ConfigurationOutputReference__checks.go
- TimestreaminfluxdbDbInstanceTimeouts.go
- TimestreaminfluxdbDbInstanceTimeoutsOutputReference.go
- TimestreaminfluxdbDbInstanceTimeoutsOutputReference__checks.go
- TimestreaminfluxdbDbInstance__checks.go
- main.go