1. Packages
  2. Aiven
  3. API Docs
  4. getInfluxDb
Aiven v6.13.0 published on Monday, Mar 25, 2024 by Pulumi

aiven.getInfluxDb

Explore with Pulumi AI

aiven logo
Aiven v6.13.0 published on Monday, Mar 25, 2024 by Pulumi

    Using getInfluxDb

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getInfluxDb(args: GetInfluxDbArgs, opts?: InvokeOptions): Promise<GetInfluxDbResult>
    function getInfluxDbOutput(args: GetInfluxDbOutputArgs, opts?: InvokeOptions): Output<GetInfluxDbResult>
    def get_influx_db(project: Optional[str] = None,
                      service_name: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetInfluxDbResult
    def get_influx_db_output(project: Optional[pulumi.Input[str]] = None,
                      service_name: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetInfluxDbResult]
    func LookupInfluxDb(ctx *Context, args *LookupInfluxDbArgs, opts ...InvokeOption) (*LookupInfluxDbResult, error)
    func LookupInfluxDbOutput(ctx *Context, args *LookupInfluxDbOutputArgs, opts ...InvokeOption) LookupInfluxDbResultOutput

    > Note: This function is named LookupInfluxDb in the Go SDK.

    public static class GetInfluxDb 
    {
        public static Task<GetInfluxDbResult> InvokeAsync(GetInfluxDbArgs args, InvokeOptions? opts = null)
        public static Output<GetInfluxDbResult> Invoke(GetInfluxDbInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetInfluxDbResult> getInfluxDb(GetInfluxDbArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aiven:index/getInfluxDb:getInfluxDb
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Project string
    ServiceName string
    Project string
    ServiceName string
    project String
    serviceName String
    project string
    serviceName string
    project String
    serviceName String

    getInfluxDb Result

    The following output properties are available:

    Supporting Types

    GetInfluxDbComponent

    Component string
    Service component name
    ConnectionUri string
    Connection info for connecting to the service component. This is a combination of host and port.
    Host string
    Host name for connecting to the service component
    KafkaAuthenticationMethod string
    Kafka authentication method. This is a value specific to the 'kafka' service component
    Port int
    Port number for connecting to the service component
    Route string
    Network access route
    Ssl bool
    Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
    Usage string
    DNS usage name
    Component string
    Service component name
    ConnectionUri string
    Connection info for connecting to the service component. This is a combination of host and port.
    Host string
    Host name for connecting to the service component
    KafkaAuthenticationMethod string
    Kafka authentication method. This is a value specific to the 'kafka' service component
    Port int
    Port number for connecting to the service component
    Route string
    Network access route
    Ssl bool
    Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
    Usage string
    DNS usage name
    component String
    Service component name
    connectionUri String
    Connection info for connecting to the service component. This is a combination of host and port.
    host String
    Host name for connecting to the service component
    kafkaAuthenticationMethod String
    Kafka authentication method. This is a value specific to the 'kafka' service component
    port Integer
    Port number for connecting to the service component
    route String
    Network access route
    ssl Boolean
    Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
    usage String
    DNS usage name
    component string
    Service component name
    connectionUri string
    Connection info for connecting to the service component. This is a combination of host and port.
    host string
    Host name for connecting to the service component
    kafkaAuthenticationMethod string
    Kafka authentication method. This is a value specific to the 'kafka' service component
    port number
    Port number for connecting to the service component
    route string
    Network access route
    ssl boolean
    Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
    usage string
    DNS usage name
    component str
    Service component name
    connection_uri str
    Connection info for connecting to the service component. This is a combination of host and port.
    host str
    Host name for connecting to the service component
    kafka_authentication_method str
    Kafka authentication method. This is a value specific to the 'kafka' service component
    port int
    Port number for connecting to the service component
    route str
    Network access route
    ssl bool
    Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
    usage str
    DNS usage name
    component String
    Service component name
    connectionUri String
    Connection info for connecting to the service component. This is a combination of host and port.
    host String
    Host name for connecting to the service component
    kafkaAuthenticationMethod String
    Kafka authentication method. This is a value specific to the 'kafka' service component
    port Number
    Port number for connecting to the service component
    route String
    Network access route
    ssl Boolean
    Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
    usage String
    DNS usage name

    GetInfluxDbInfluxdb

    DatabaseName string
    Name of the default InfluxDB database
    DatabaseName string
    Name of the default InfluxDB database
    databaseName String
    Name of the default InfluxDB database
    databaseName string
    Name of the default InfluxDB database
    database_name str
    Name of the default InfluxDB database
    databaseName String
    Name of the default InfluxDB database

    GetInfluxDbInfluxdbUserConfig

    AdditionalBackupRegions string
    Additional Cloud Regions for Backup Replication.

    Deprecated:This property is deprecated.

    CustomDomain string
    Serve the web frontend using a custom CNAME pointing to the Aiven DNS name.
    Influxdb GetInfluxDbInfluxdbUserConfigInfluxdb
    influxdb.conf configuration values
    IpFilterObjects List<GetInfluxDbInfluxdbUserConfigIpFilterObject>
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
    IpFilterStrings List<string>
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
    IpFilters List<string>
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.

    Deprecated:Deprecated. Use ip_filter_string instead.

    PrivateAccess GetInfluxDbInfluxdbUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    PrivatelinkAccess GetInfluxDbInfluxdbUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    ProjectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    PublicAccess GetInfluxDbInfluxdbUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    RecoveryBasebackupName string
    Name of the basebackup to restore in forked service.
    ServiceLog bool
    Store logs for the service so that they are available in the HTTP API and console.
    ServiceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    StaticIps bool
    Use static public IP addresses.
    AdditionalBackupRegions string
    Additional Cloud Regions for Backup Replication.

    Deprecated:This property is deprecated.

    CustomDomain string
    Serve the web frontend using a custom CNAME pointing to the Aiven DNS name.
    Influxdb GetInfluxDbInfluxdbUserConfigInfluxdb
    influxdb.conf configuration values
    IpFilterObjects []GetInfluxDbInfluxdbUserConfigIpFilterObject
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
    IpFilterStrings []string
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
    IpFilters []string
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.

    Deprecated:Deprecated. Use ip_filter_string instead.

    PrivateAccess GetInfluxDbInfluxdbUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    PrivatelinkAccess GetInfluxDbInfluxdbUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    ProjectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    PublicAccess GetInfluxDbInfluxdbUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    RecoveryBasebackupName string
    Name of the basebackup to restore in forked service.
    ServiceLog bool
    Store logs for the service so that they are available in the HTTP API and console.
    ServiceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    StaticIps bool
    Use static public IP addresses.
    additionalBackupRegions String
    Additional Cloud Regions for Backup Replication.

    Deprecated:This property is deprecated.

    customDomain String
    Serve the web frontend using a custom CNAME pointing to the Aiven DNS name.
    influxdb GetInfluxDbInfluxdbUserConfigInfluxdb
    influxdb.conf configuration values
    ipFilterObjects List<GetInfluxDbInfluxdbUserConfigIpFilterObject>
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
    ipFilterStrings List<String>
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
    ipFilters List<String>
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.

    Deprecated:Deprecated. Use ip_filter_string instead.

    privateAccess GetInfluxDbInfluxdbUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelinkAccess GetInfluxDbInfluxdbUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    projectToForkFrom String
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess GetInfluxDbInfluxdbUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    recoveryBasebackupName String
    Name of the basebackup to restore in forked service.
    serviceLog Boolean
    Store logs for the service so that they are available in the HTTP API and console.
    serviceToForkFrom String
    Name of another service to fork from. This has effect only when a new service is being created.
    staticIps Boolean
    Use static public IP addresses.
    additionalBackupRegions string
    Additional Cloud Regions for Backup Replication.

    Deprecated:This property is deprecated.

    customDomain string
    Serve the web frontend using a custom CNAME pointing to the Aiven DNS name.
    influxdb GetInfluxDbInfluxdbUserConfigInfluxdb
    influxdb.conf configuration values
    ipFilterObjects GetInfluxDbInfluxdbUserConfigIpFilterObject[]
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
    ipFilterStrings string[]
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
    ipFilters string[]
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.

    Deprecated:Deprecated. Use ip_filter_string instead.

    privateAccess GetInfluxDbInfluxdbUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelinkAccess GetInfluxDbInfluxdbUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    projectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess GetInfluxDbInfluxdbUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    recoveryBasebackupName string
    Name of the basebackup to restore in forked service.
    serviceLog boolean
    Store logs for the service so that they are available in the HTTP API and console.
    serviceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    staticIps boolean
    Use static public IP addresses.
    additional_backup_regions str
    Additional Cloud Regions for Backup Replication.

    Deprecated:This property is deprecated.

    custom_domain str
    Serve the web frontend using a custom CNAME pointing to the Aiven DNS name.
    influxdb GetInfluxDbInfluxdbUserConfigInfluxdb
    influxdb.conf configuration values
    ip_filter_objects Sequence[GetInfluxDbInfluxdbUserConfigIpFilterObject]
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
    ip_filter_strings Sequence[str]
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
    ip_filters Sequence[str]
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.

    Deprecated:Deprecated. Use ip_filter_string instead.

    private_access GetInfluxDbInfluxdbUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelink_access GetInfluxDbInfluxdbUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    project_to_fork_from str
    Name of another project to fork a service from. This has effect only when a new service is being created.
    public_access GetInfluxDbInfluxdbUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    recovery_basebackup_name str
    Name of the basebackup to restore in forked service.
    service_log bool
    Store logs for the service so that they are available in the HTTP API and console.
    service_to_fork_from str
    Name of another service to fork from. This has effect only when a new service is being created.
    static_ips bool
    Use static public IP addresses.
    additionalBackupRegions String
    Additional Cloud Regions for Backup Replication.

    Deprecated:This property is deprecated.

    customDomain String
    Serve the web frontend using a custom CNAME pointing to the Aiven DNS name.
    influxdb Property Map
    influxdb.conf configuration values
    ipFilterObjects List<Property Map>
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
    ipFilterStrings List<String>
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
    ipFilters List<String>
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.

    Deprecated:Deprecated. Use ip_filter_string instead.

    privateAccess Property Map
    Allow access to selected service ports from private networks
    privatelinkAccess Property Map
    Allow access to selected service components through Privatelink
    projectToForkFrom String
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess Property Map
    Allow access to selected service ports from the public Internet
    recoveryBasebackupName String
    Name of the basebackup to restore in forked service.
    serviceLog Boolean
    Store logs for the service so that they are available in the HTTP API and console.
    serviceToForkFrom String
    Name of another service to fork from. This has effect only when a new service is being created.
    staticIps Boolean
    Use static public IP addresses.

    GetInfluxDbInfluxdbUserConfigInfluxdb

    LogQueriesAfter int
    The maximum duration in seconds before a query is logged as a slow query. Setting this to 0 (the default) will never log slow queries.
    MaxConnectionLimit int
    Maximum number of connections to InfluxDB. Setting this to 0 (default) means no limit. If using max_connection_limit, it is recommended to set the value to be large enough in order to not block clients unnecessarily.
    MaxRowLimit int
    The maximum number of rows returned in a non-chunked query. Setting this to 0 (the default) allows an unlimited number to be returned.
    MaxSelectBuckets int
    The maximum number of GROUP BY time() buckets that can be processed in a query. Setting this to 0 (the default) allows an unlimited number to be processed.
    MaxSelectPoint int
    The maximum number of points that can be processed in a SELECT statement. Setting this to 0 (the default) allows an unlimited number to be processed.
    QueryLogEnabled bool
    Whether queries should be logged before execution. May log sensitive data contained within a query.
    QueryTimeout int
    The maximum duration in seconds before a query is killed. Setting this to 0 (the default) will never kill slow queries.
    LogQueriesAfter int
    The maximum duration in seconds before a query is logged as a slow query. Setting this to 0 (the default) will never log slow queries.
    MaxConnectionLimit int
    Maximum number of connections to InfluxDB. Setting this to 0 (default) means no limit. If using max_connection_limit, it is recommended to set the value to be large enough in order to not block clients unnecessarily.
    MaxRowLimit int
    The maximum number of rows returned in a non-chunked query. Setting this to 0 (the default) allows an unlimited number to be returned.
    MaxSelectBuckets int
    The maximum number of GROUP BY time() buckets that can be processed in a query. Setting this to 0 (the default) allows an unlimited number to be processed.
    MaxSelectPoint int
    The maximum number of points that can be processed in a SELECT statement. Setting this to 0 (the default) allows an unlimited number to be processed.
    QueryLogEnabled bool
    Whether queries should be logged before execution. May log sensitive data contained within a query.
    QueryTimeout int
    The maximum duration in seconds before a query is killed. Setting this to 0 (the default) will never kill slow queries.
    logQueriesAfter Integer
    The maximum duration in seconds before a query is logged as a slow query. Setting this to 0 (the default) will never log slow queries.
    maxConnectionLimit Integer
    Maximum number of connections to InfluxDB. Setting this to 0 (default) means no limit. If using max_connection_limit, it is recommended to set the value to be large enough in order to not block clients unnecessarily.
    maxRowLimit Integer
    The maximum number of rows returned in a non-chunked query. Setting this to 0 (the default) allows an unlimited number to be returned.
    maxSelectBuckets Integer
    The maximum number of GROUP BY time() buckets that can be processed in a query. Setting this to 0 (the default) allows an unlimited number to be processed.
    maxSelectPoint Integer
    The maximum number of points that can be processed in a SELECT statement. Setting this to 0 (the default) allows an unlimited number to be processed.
    queryLogEnabled Boolean
    Whether queries should be logged before execution. May log sensitive data contained within a query.
    queryTimeout Integer
    The maximum duration in seconds before a query is killed. Setting this to 0 (the default) will never kill slow queries.
    logQueriesAfter number
    The maximum duration in seconds before a query is logged as a slow query. Setting this to 0 (the default) will never log slow queries.
    maxConnectionLimit number
    Maximum number of connections to InfluxDB. Setting this to 0 (default) means no limit. If using max_connection_limit, it is recommended to set the value to be large enough in order to not block clients unnecessarily.
    maxRowLimit number
    The maximum number of rows returned in a non-chunked query. Setting this to 0 (the default) allows an unlimited number to be returned.
    maxSelectBuckets number
    The maximum number of GROUP BY time() buckets that can be processed in a query. Setting this to 0 (the default) allows an unlimited number to be processed.
    maxSelectPoint number
    The maximum number of points that can be processed in a SELECT statement. Setting this to 0 (the default) allows an unlimited number to be processed.
    queryLogEnabled boolean
    Whether queries should be logged before execution. May log sensitive data contained within a query.
    queryTimeout number
    The maximum duration in seconds before a query is killed. Setting this to 0 (the default) will never kill slow queries.
    log_queries_after int
    The maximum duration in seconds before a query is logged as a slow query. Setting this to 0 (the default) will never log slow queries.
    max_connection_limit int
    Maximum number of connections to InfluxDB. Setting this to 0 (default) means no limit. If using max_connection_limit, it is recommended to set the value to be large enough in order to not block clients unnecessarily.
    max_row_limit int
    The maximum number of rows returned in a non-chunked query. Setting this to 0 (the default) allows an unlimited number to be returned.
    max_select_buckets int
    The maximum number of GROUP BY time() buckets that can be processed in a query. Setting this to 0 (the default) allows an unlimited number to be processed.
    max_select_point int
    The maximum number of points that can be processed in a SELECT statement. Setting this to 0 (the default) allows an unlimited number to be processed.
    query_log_enabled bool
    Whether queries should be logged before execution. May log sensitive data contained within a query.
    query_timeout int
    The maximum duration in seconds before a query is killed. Setting this to 0 (the default) will never kill slow queries.
    logQueriesAfter Number
    The maximum duration in seconds before a query is logged as a slow query. Setting this to 0 (the default) will never log slow queries.
    maxConnectionLimit Number
    Maximum number of connections to InfluxDB. Setting this to 0 (default) means no limit. If using max_connection_limit, it is recommended to set the value to be large enough in order to not block clients unnecessarily.
    maxRowLimit Number
    The maximum number of rows returned in a non-chunked query. Setting this to 0 (the default) allows an unlimited number to be returned.
    maxSelectBuckets Number
    The maximum number of GROUP BY time() buckets that can be processed in a query. Setting this to 0 (the default) allows an unlimited number to be processed.
    maxSelectPoint Number
    The maximum number of points that can be processed in a SELECT statement. Setting this to 0 (the default) allows an unlimited number to be processed.
    queryLogEnabled Boolean
    Whether queries should be logged before execution. May log sensitive data contained within a query.
    queryTimeout Number
    The maximum duration in seconds before a query is killed. Setting this to 0 (the default) will never kill slow queries.

    GetInfluxDbInfluxdbUserConfigIpFilterObject

    Network string
    CIDR address block.
    Description string
    Description for IP filter list entry.
    Network string
    CIDR address block.
    Description string
    Description for IP filter list entry.
    network String
    CIDR address block.
    description String
    Description for IP filter list entry.
    network string
    CIDR address block.
    description string
    Description for IP filter list entry.
    network str
    CIDR address block.
    description str
    Description for IP filter list entry.
    network String
    CIDR address block.
    description String
    Description for IP filter list entry.

    GetInfluxDbInfluxdbUserConfigPrivateAccess

    Influxdb bool
    Allow clients to connect to influxdb with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
    Influxdb bool
    Allow clients to connect to influxdb with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
    influxdb Boolean
    Allow clients to connect to influxdb with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
    influxdb boolean
    Allow clients to connect to influxdb with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
    influxdb bool
    Allow clients to connect to influxdb with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
    influxdb Boolean
    Allow clients to connect to influxdb with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.

    GetInfluxDbInfluxdbUserConfigPrivatelinkAccess

    Influxdb bool
    Enable influxdb.
    Influxdb bool
    Enable influxdb.
    influxdb Boolean
    Enable influxdb.
    influxdb boolean
    Enable influxdb.
    influxdb bool
    Enable influxdb.
    influxdb Boolean
    Enable influxdb.

    GetInfluxDbInfluxdbUserConfigPublicAccess

    Influxdb bool
    Allow clients to connect to influxdb from the public internet for service nodes that are in a project VPC or another type of private network.
    Influxdb bool
    Allow clients to connect to influxdb from the public internet for service nodes that are in a project VPC or another type of private network.
    influxdb Boolean
    Allow clients to connect to influxdb from the public internet for service nodes that are in a project VPC or another type of private network.
    influxdb boolean
    Allow clients to connect to influxdb from the public internet for service nodes that are in a project VPC or another type of private network.
    influxdb bool
    Allow clients to connect to influxdb from the public internet for service nodes that are in a project VPC or another type of private network.
    influxdb Boolean
    Allow clients to connect to influxdb from the public internet for service nodes that are in a project VPC or another type of private network.

    GetInfluxDbServiceIntegration

    IntegrationType string
    Type of the service integration. The only supported value at the moment is read_replica
    SourceServiceName string
    Name of the source service
    IntegrationType string
    Type of the service integration. The only supported value at the moment is read_replica
    SourceServiceName string
    Name of the source service
    integrationType String
    Type of the service integration. The only supported value at the moment is read_replica
    sourceServiceName String
    Name of the source service
    integrationType string
    Type of the service integration. The only supported value at the moment is read_replica
    sourceServiceName string
    Name of the source service
    integration_type str
    Type of the service integration. The only supported value at the moment is read_replica
    source_service_name str
    Name of the source service
    integrationType String
    Type of the service integration. The only supported value at the moment is read_replica
    sourceServiceName String
    Name of the source service

    GetInfluxDbTag

    Key string
    Service tag key
    Value string
    Service tag value
    Key string
    Service tag key
    Value string
    Service tag value
    key String
    Service tag key
    value String
    Service tag value
    key string
    Service tag key
    value string
    Service tag value
    key str
    Service tag key
    value str
    Service tag value
    key String
    Service tag key
    value String
    Service tag value

    GetInfluxDbTechEmail

    Email string
    An email address to contact for technical issues
    Email string
    An email address to contact for technical issues
    email String
    An email address to contact for technical issues
    email string
    An email address to contact for technical issues
    email str
    An email address to contact for technical issues
    email String
    An email address to contact for technical issues

    Package Details

    Repository
    Aiven pulumi/pulumi-aiven
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the aiven Terraform Provider.
    aiven logo
    Aiven v6.13.0 published on Monday, Mar 25, 2024 by Pulumi