1. Packages
  2. Aiven Provider
  3. API Docs
  4. getCassandra
Aiven v6.49.0 published on Wednesday, Feb 18, 2026 by Pulumi
aiven logo
Aiven v6.49.0 published on Wednesday, Feb 18, 2026 by Pulumi

    Using getCassandra

    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 getCassandra(args: GetCassandraArgs, opts?: InvokeOptions): Promise<GetCassandraResult>
    function getCassandraOutput(args: GetCassandraOutputArgs, opts?: InvokeOptions): Output<GetCassandraResult>
    def get_cassandra(project: Optional[str] = None,
                      service_name: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetCassandraResult
    def get_cassandra_output(project: Optional[pulumi.Input[str]] = None,
                      service_name: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetCassandraResult]
    func LookupCassandra(ctx *Context, args *LookupCassandraArgs, opts ...InvokeOption) (*LookupCassandraResult, error)
    func LookupCassandraOutput(ctx *Context, args *LookupCassandraOutputArgs, opts ...InvokeOption) LookupCassandraResultOutput

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

    public static class GetCassandra 
    {
        public static Task<GetCassandraResult> InvokeAsync(GetCassandraArgs args, InvokeOptions? opts = null)
        public static Output<GetCassandraResult> Invoke(GetCassandraInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCassandraResult> getCassandra(GetCassandraArgs args, InvokeOptions options)
    public static Output<GetCassandraResult> getCassandra(GetCassandraArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aiven:index/getCassandra:getCassandra
      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

    getCassandra Result

    The following output properties are available:

    Supporting Types

    GetCassandraCassandra

    Uris List<string>
    Cassandra server URIs.
    Uris []string
    Cassandra server URIs.
    uris List<String>
    Cassandra server URIs.
    uris string[]
    Cassandra server URIs.
    uris Sequence[str]
    Cassandra server URIs.
    uris List<String>
    Cassandra server URIs.

    GetCassandraCassandraUserConfig

    AdditionalBackupRegions string
    Additional Cloud Regions for Backup Replication.
    BackupHour int
    The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Example: 3.
    BackupMinute int
    The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Example: 30.
    Cassandra GetCassandraCassandraUserConfigCassandra
    Cassandra configuration values
    CassandraVersion string
    Enum: 3, 4, 4.1, and newer. Cassandra version.
    IpFilterObjects List<GetCassandraCassandraUserConfigIpFilterObject>
    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.

    MigrateSstableloader bool
    Sets the service into migration mode enabling the sstableloader utility to be used to upload Cassandra data files. Available only on service create.
    PrivateAccess GetCassandraCassandraUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    ProjectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created. Example: anotherprojectname.
    PublicAccess GetCassandraCassandraUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    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. Example: anotherservicename.
    ServiceToJoinWith string
    When bootstrapping, instead of creating a new Cassandra cluster try to join an existing one from another service. Can only be set on service creation. Example: my-test-cassandra.
    StaticIps bool
    Use static public IP addresses.
    AdditionalBackupRegions string
    Additional Cloud Regions for Backup Replication.
    BackupHour int
    The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Example: 3.
    BackupMinute int
    The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Example: 30.
    Cassandra GetCassandraCassandraUserConfigCassandra
    Cassandra configuration values
    CassandraVersion string
    Enum: 3, 4, 4.1, and newer. Cassandra version.
    IpFilterObjects []GetCassandraCassandraUserConfigIpFilterObject
    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.

    MigrateSstableloader bool
    Sets the service into migration mode enabling the sstableloader utility to be used to upload Cassandra data files. Available only on service create.
    PrivateAccess GetCassandraCassandraUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    ProjectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created. Example: anotherprojectname.
    PublicAccess GetCassandraCassandraUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    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. Example: anotherservicename.
    ServiceToJoinWith string
    When bootstrapping, instead of creating a new Cassandra cluster try to join an existing one from another service. Can only be set on service creation. Example: my-test-cassandra.
    StaticIps bool
    Use static public IP addresses.
    additionalBackupRegions String
    Additional Cloud Regions for Backup Replication.
    backupHour Integer
    The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Example: 3.
    backupMinute Integer
    The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Example: 30.
    cassandra GetCassandraCassandraUserConfigCassandra
    Cassandra configuration values
    cassandraVersion String
    Enum: 3, 4, 4.1, and newer. Cassandra version.
    ipFilterObjects List<GetCassandraCassandraUserConfigIpFilterObject>
    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.

    migrateSstableloader Boolean
    Sets the service into migration mode enabling the sstableloader utility to be used to upload Cassandra data files. Available only on service create.
    privateAccess GetCassandraCassandraUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    projectToForkFrom String
    Name of another project to fork a service from. This has effect only when a new service is being created. Example: anotherprojectname.
    publicAccess GetCassandraCassandraUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    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. Example: anotherservicename.
    serviceToJoinWith String
    When bootstrapping, instead of creating a new Cassandra cluster try to join an existing one from another service. Can only be set on service creation. Example: my-test-cassandra.
    staticIps Boolean
    Use static public IP addresses.
    additionalBackupRegions string
    Additional Cloud Regions for Backup Replication.
    backupHour number
    The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Example: 3.
    backupMinute number
    The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Example: 30.
    cassandra GetCassandraCassandraUserConfigCassandra
    Cassandra configuration values
    cassandraVersion string
    Enum: 3, 4, 4.1, and newer. Cassandra version.
    ipFilterObjects GetCassandraCassandraUserConfigIpFilterObject[]
    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.

    migrateSstableloader boolean
    Sets the service into migration mode enabling the sstableloader utility to be used to upload Cassandra data files. Available only on service create.
    privateAccess GetCassandraCassandraUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    projectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created. Example: anotherprojectname.
    publicAccess GetCassandraCassandraUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    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. Example: anotherservicename.
    serviceToJoinWith string
    When bootstrapping, instead of creating a new Cassandra cluster try to join an existing one from another service. Can only be set on service creation. Example: my-test-cassandra.
    staticIps boolean
    Use static public IP addresses.
    additional_backup_regions str
    Additional Cloud Regions for Backup Replication.
    backup_hour int
    The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Example: 3.
    backup_minute int
    The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Example: 30.
    cassandra GetCassandraCassandraUserConfigCassandra
    Cassandra configuration values
    cassandra_version str
    Enum: 3, 4, 4.1, and newer. Cassandra version.
    ip_filter_objects Sequence[GetCassandraCassandraUserConfigIpFilterObject]
    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.

    migrate_sstableloader bool
    Sets the service into migration mode enabling the sstableloader utility to be used to upload Cassandra data files. Available only on service create.
    private_access GetCassandraCassandraUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    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. Example: anotherprojectname.
    public_access GetCassandraCassandraUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    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. Example: anotherservicename.
    service_to_join_with str
    When bootstrapping, instead of creating a new Cassandra cluster try to join an existing one from another service. Can only be set on service creation. Example: my-test-cassandra.
    static_ips bool
    Use static public IP addresses.
    additionalBackupRegions String
    Additional Cloud Regions for Backup Replication.
    backupHour Number
    The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Example: 3.
    backupMinute Number
    The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Example: 30.
    cassandra Property Map
    Cassandra configuration values
    cassandraVersion String
    Enum: 3, 4, 4.1, and newer. Cassandra version.
    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.

    migrateSstableloader Boolean
    Sets the service into migration mode enabling the sstableloader utility to be used to upload Cassandra data files. Available only on service create.
    privateAccess Property Map
    Allow access to selected service ports from private networks
    projectToForkFrom String
    Name of another project to fork a service from. This has effect only when a new service is being created. Example: anotherprojectname.
    publicAccess Property Map
    Allow access to selected service ports from the public Internet
    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. Example: anotherservicename.
    serviceToJoinWith String
    When bootstrapping, instead of creating a new Cassandra cluster try to join an existing one from another service. Can only be set on service creation. Example: my-test-cassandra.
    staticIps Boolean
    Use static public IP addresses.

    GetCassandraCassandraUserConfigCassandra

    BatchSizeFailThresholdInKb int
    Fail any multiple-partition batch exceeding this value. 50kb (10x warn threshold) by default. Example: 50.
    BatchSizeWarnThresholdInKb int
    Log a warning message on any multiple-partition batch size exceeding this value.5kb per batch by default.Caution should be taken on increasing the size of this thresholdas it can lead to node instability. Example: 5.
    Datacenter string
    Name of the datacenter to which nodes of this service belong. Can be set only when creating the service. Example: my-service-google-west1.
    ReadRequestTimeoutInMs int
    How long the coordinator waits for read operations to complete before timing it out. 5 seconds by default. Example: 5000.
    WriteRequestTimeoutInMs int
    How long the coordinator waits for write requests to complete with at least one node in the local datacenter. 2 seconds by default. Example: 2000.
    BatchSizeFailThresholdInKb int
    Fail any multiple-partition batch exceeding this value. 50kb (10x warn threshold) by default. Example: 50.
    BatchSizeWarnThresholdInKb int
    Log a warning message on any multiple-partition batch size exceeding this value.5kb per batch by default.Caution should be taken on increasing the size of this thresholdas it can lead to node instability. Example: 5.
    Datacenter string
    Name of the datacenter to which nodes of this service belong. Can be set only when creating the service. Example: my-service-google-west1.
    ReadRequestTimeoutInMs int
    How long the coordinator waits for read operations to complete before timing it out. 5 seconds by default. Example: 5000.
    WriteRequestTimeoutInMs int
    How long the coordinator waits for write requests to complete with at least one node in the local datacenter. 2 seconds by default. Example: 2000.
    batchSizeFailThresholdInKb Integer
    Fail any multiple-partition batch exceeding this value. 50kb (10x warn threshold) by default. Example: 50.
    batchSizeWarnThresholdInKb Integer
    Log a warning message on any multiple-partition batch size exceeding this value.5kb per batch by default.Caution should be taken on increasing the size of this thresholdas it can lead to node instability. Example: 5.
    datacenter String
    Name of the datacenter to which nodes of this service belong. Can be set only when creating the service. Example: my-service-google-west1.
    readRequestTimeoutInMs Integer
    How long the coordinator waits for read operations to complete before timing it out. 5 seconds by default. Example: 5000.
    writeRequestTimeoutInMs Integer
    How long the coordinator waits for write requests to complete with at least one node in the local datacenter. 2 seconds by default. Example: 2000.
    batchSizeFailThresholdInKb number
    Fail any multiple-partition batch exceeding this value. 50kb (10x warn threshold) by default. Example: 50.
    batchSizeWarnThresholdInKb number
    Log a warning message on any multiple-partition batch size exceeding this value.5kb per batch by default.Caution should be taken on increasing the size of this thresholdas it can lead to node instability. Example: 5.
    datacenter string
    Name of the datacenter to which nodes of this service belong. Can be set only when creating the service. Example: my-service-google-west1.
    readRequestTimeoutInMs number
    How long the coordinator waits for read operations to complete before timing it out. 5 seconds by default. Example: 5000.
    writeRequestTimeoutInMs number
    How long the coordinator waits for write requests to complete with at least one node in the local datacenter. 2 seconds by default. Example: 2000.
    batch_size_fail_threshold_in_kb int
    Fail any multiple-partition batch exceeding this value. 50kb (10x warn threshold) by default. Example: 50.
    batch_size_warn_threshold_in_kb int
    Log a warning message on any multiple-partition batch size exceeding this value.5kb per batch by default.Caution should be taken on increasing the size of this thresholdas it can lead to node instability. Example: 5.
    datacenter str
    Name of the datacenter to which nodes of this service belong. Can be set only when creating the service. Example: my-service-google-west1.
    read_request_timeout_in_ms int
    How long the coordinator waits for read operations to complete before timing it out. 5 seconds by default. Example: 5000.
    write_request_timeout_in_ms int
    How long the coordinator waits for write requests to complete with at least one node in the local datacenter. 2 seconds by default. Example: 2000.
    batchSizeFailThresholdInKb Number
    Fail any multiple-partition batch exceeding this value. 50kb (10x warn threshold) by default. Example: 50.
    batchSizeWarnThresholdInKb Number
    Log a warning message on any multiple-partition batch size exceeding this value.5kb per batch by default.Caution should be taken on increasing the size of this thresholdas it can lead to node instability. Example: 5.
    datacenter String
    Name of the datacenter to which nodes of this service belong. Can be set only when creating the service. Example: my-service-google-west1.
    readRequestTimeoutInMs Number
    How long the coordinator waits for read operations to complete before timing it out. 5 seconds by default. Example: 5000.
    writeRequestTimeoutInMs Number
    How long the coordinator waits for write requests to complete with at least one node in the local datacenter. 2 seconds by default. Example: 2000.

    GetCassandraCassandraUserConfigIpFilterObject

    Network string
    CIDR address block. Example: 10.20.0.0/16.
    Description string
    Description for IP filter list entry. Example: Production service IP range.
    Network string
    CIDR address block. Example: 10.20.0.0/16.
    Description string
    Description for IP filter list entry. Example: Production service IP range.
    network String
    CIDR address block. Example: 10.20.0.0/16.
    description String
    Description for IP filter list entry. Example: Production service IP range.
    network string
    CIDR address block. Example: 10.20.0.0/16.
    description string
    Description for IP filter list entry. Example: Production service IP range.
    network str
    CIDR address block. Example: 10.20.0.0/16.
    description str
    Description for IP filter list entry. Example: Production service IP range.
    network String
    CIDR address block. Example: 10.20.0.0/16.
    description String
    Description for IP filter list entry. Example: Production service IP range.

    GetCassandraCassandraUserConfigPrivateAccess

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

    GetCassandraCassandraUserConfigPublicAccess

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

    GetCassandraComponent

    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
    KafkaSslCa string
    Kafka certificate used. The possible values are letsencrypt and project_ca.
    Port int
    Port number for connecting to the service component
    PrivatelinkConnectionId string
    Privatelink connection ID
    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
    KafkaSslCa string
    Kafka certificate used. The possible values are letsencrypt and project_ca.
    Port int
    Port number for connecting to the service component
    PrivatelinkConnectionId string
    Privatelink connection ID
    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
    kafkaSslCa String
    Kafka certificate used. The possible values are letsencrypt and project_ca.
    port Integer
    Port number for connecting to the service component
    privatelinkConnectionId String
    Privatelink connection ID
    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
    kafkaSslCa string
    Kafka certificate used. The possible values are letsencrypt and project_ca.
    port number
    Port number for connecting to the service component
    privatelinkConnectionId string
    Privatelink connection ID
    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
    kafka_ssl_ca str
    Kafka certificate used. The possible values are letsencrypt and project_ca.
    port int
    Port number for connecting to the service component
    privatelink_connection_id str
    Privatelink connection ID
    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
    kafkaSslCa String
    Kafka certificate used. The possible values are letsencrypt and project_ca.
    port Number
    Port number for connecting to the service component
    privatelinkConnectionId String
    Privatelink connection ID
    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

    GetCassandraServiceIntegration

    IntegrationType string
    Type of the service integration
    SourceServiceName string
    Name of the source service
    IntegrationType string
    Type of the service integration
    SourceServiceName string
    Name of the source service
    integrationType String
    Type of the service integration
    sourceServiceName String
    Name of the source service
    integrationType string
    Type of the service integration
    sourceServiceName string
    Name of the source service
    integration_type str
    Type of the service integration
    source_service_name str
    Name of the source service
    integrationType String
    Type of the service integration
    sourceServiceName String
    Name of the source service

    GetCassandraTag

    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

    GetCassandraTechEmail

    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.49.0 published on Wednesday, Feb 18, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate