1. Registry
  2. Packages
  3. Oracle Cloud Infrastructure
  4. API Docs
  5. Analytics
  6. getAnalyticsInstance
Viewing docs for Oracle Cloud Infrastructure v4.21.0
published on Monday, Aug 24, 2026 by Pulumi
oci logo oci logo
Viewing docs for Oracle Cloud Infrastructure v4.21.0
published on Monday, Aug 24, 2026 by Pulumi

    This data source provides details about a specific Analytics Instance resource in Oracle Cloud Infrastructure Analytics service.

    Information about a specific Analytics instance.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testAnalyticsInstance = oci.analytics.getAnalyticsInstance({
        analyticsInstanceId: testAnalyticsInstanceOciAnalyticsAnalyticsInstance.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_analytics_instance = oci.analytics.get_analytics_instance(analytics_instance_id=test_analytics_instance_oci_analytics_analytics_instance["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/analytics"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := analytics.GetAnalyticsInstance(ctx, &analytics.GetAnalyticsInstanceArgs{
    			AnalyticsInstanceId: testAnalyticsInstanceOciAnalyticsAnalyticsInstance.Id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testAnalyticsInstance = Oci.Analytics.GetAnalyticsInstance.Invoke(new()
        {
            AnalyticsInstanceId = testAnalyticsInstanceOciAnalyticsAnalyticsInstance.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.Analytics.AnalyticsFunctions;
    import com.pulumi.oci.Analytics.inputs.GetAnalyticsInstanceArgs;
    import java.util.ArrayList;
    import java.util.Arrays;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var testAnalyticsInstance = AnalyticsFunctions.getAnalyticsInstance(GetAnalyticsInstanceArgs.builder()
                .analyticsInstanceId(testAnalyticsInstanceOciAnalyticsAnalyticsInstance.id())
                .build());
    
        }
    }
    
    variables:
      testAnalyticsInstance:
        fn::invoke:
          function: oci:Analytics:getAnalyticsInstance
          arguments:
            analyticsInstanceId: ${testAnalyticsInstanceOciAnalyticsAnalyticsInstance.id}
    
    pulumi {
      required_providers {
        oci = {
          source = "pulumi/oci"
        }
      }
    }
    
    data "oci_analytics_getanalyticsinstance" "testAnalyticsInstance" {
      analytics_instance_id = testAnalyticsInstanceOciAnalyticsAnalyticsInstance.id
    }
    

    Using getAnalyticsInstance

    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 getAnalyticsInstance(args: GetAnalyticsInstanceArgs, opts?: InvokeOptions): Promise<GetAnalyticsInstanceResult>
    function getAnalyticsInstanceOutput(args: GetAnalyticsInstanceOutputArgs, opts?: InvokeOutputOptions): Output<GetAnalyticsInstanceResult>
    def get_analytics_instance(analytics_instance_id: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetAnalyticsInstanceResult
    def get_analytics_instance_output(analytics_instance_id: pulumi.Input[Optional[str]] = None,
                               opts: Optional[InvokeOutputOptions] = None) -> Output[GetAnalyticsInstanceResult]
    func LookupAnalyticsInstance(ctx *Context, args *LookupAnalyticsInstanceArgs, opts ...InvokeOption) (*LookupAnalyticsInstanceResult, error)
    func LookupAnalyticsInstanceOutput(ctx *Context, args *LookupAnalyticsInstanceOutputArgs, opts ...InvokeOption) LookupAnalyticsInstanceResultOutput

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

    public static class GetAnalyticsInstance 
    {
        public static Task<GetAnalyticsInstanceResult> InvokeAsync(GetAnalyticsInstanceArgs args, InvokeOptions? opts = null)
        public static Output<GetAnalyticsInstanceResult> Invoke(GetAnalyticsInstanceInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetAnalyticsInstanceResult> Invoke(GetAnalyticsInstanceInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetAnalyticsInstanceResult> getAnalyticsInstance(GetAnalyticsInstanceArgs args, InvokeOptions options)
    public static Output<GetAnalyticsInstanceResult> getAnalyticsInstance(GetAnalyticsInstanceArgs args, InvokeOptions options)
    public static Output<GetAnalyticsInstanceResult> getAnalyticsInstance(GetAnalyticsInstanceArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: oci:Analytics/getAnalyticsInstance:getAnalyticsInstance
      arguments:
        # arguments dictionary
    data "oci_analytics_get_analytics_instance" "name" {
        # arguments
    }

    The following arguments are supported:

    AnalyticsInstanceId string
    The OCID of the Analytics instance.
    AnalyticsInstanceId string
    The OCID of the Analytics instance.
    analytics_instance_id string
    The OCID of the Analytics instance.
    analyticsInstanceId String
    The OCID of the Analytics instance.
    analyticsInstanceId string
    The OCID of the Analytics instance.
    analytics_instance_id str
    The OCID of the Analytics instance.
    analyticsInstanceId String
    The OCID of the Analytics instance.

    getAnalyticsInstance Result

    The following output properties are available:

    AdminUser string
    AnalyticsInstanceId string
    Capacities List<GetAnalyticsInstanceCapacity>
    The capacity (in OCPU's) to be allocated for this resource.
    CompartmentId string
    The OCID of the compartment.
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    Description string
    Description of the vanity URL.
    DomainId string
    Identity domain OCID.
    EmailNotification string
    Email address receiving notifications.
    FeatureBundle string
    The feature set of an Analytics instance.
    FeatureSet string
    The feature set. Either SELF_SERVICE_ANALYTICS (Professional Edition) or ENTERPRISE_ANALYTICS (Enterprise Edition).
    FreeformTags Dictionary<string, string>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    Unique identifier and name of resource group. Must be unique within the instance
    IdcsAccessToken string
    KmsKeyId string
    OCID of the Oracle Cloud Infrastructure Vault Key encrypting the customer data stored in this Analytics instance. A null value indicates that the default Oracle-managed encryption is used.
    LicenseType string
    The license used for the service.
    Name string
    The name of the Analytics instance. This name must be unique in the tenancy and can't be changed. The name must start with a letter and can contain only letters, numbers and dash (-).
    NetworkEndpointDetails List<GetAnalyticsInstanceNetworkEndpointDetail>
    Base representation of a network endpoint.
    ResourceGroups List<GetAnalyticsInstanceResourceGroup>
    List of resource groups for this Analytics instance. The resource group id must be unique within the instance.
    ServiceUrl string
    URL of the Analytics instance.
    State string
    The current state of the Analytics instance.
    SystemTags Dictionary<string, string>
    System tags for this resource. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.key": "value"}
    TimeCreated string
    The date and time the Analytics instance was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    TimeUpdated string
    The date and time the Analytics instance was last updated (in the format defined by RFC3339). This timestamp represents updates made through this API. External events don't affect it.
    UpdateChannel string
    The Analytics instance update cycle.
    AdminUser string
    AnalyticsInstanceId string
    Capacities []GetAnalyticsInstanceCapacity
    The capacity (in OCPU's) to be allocated for this resource.
    CompartmentId string
    The OCID of the compartment.
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    Description string
    Description of the vanity URL.
    DomainId string
    Identity domain OCID.
    EmailNotification string
    Email address receiving notifications.
    FeatureBundle string
    The feature set of an Analytics instance.
    FeatureSet string
    The feature set. Either SELF_SERVICE_ANALYTICS (Professional Edition) or ENTERPRISE_ANALYTICS (Enterprise Edition).
    FreeformTags map[string]string
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    Unique identifier and name of resource group. Must be unique within the instance
    IdcsAccessToken string
    KmsKeyId string
    OCID of the Oracle Cloud Infrastructure Vault Key encrypting the customer data stored in this Analytics instance. A null value indicates that the default Oracle-managed encryption is used.
    LicenseType string
    The license used for the service.
    Name string
    The name of the Analytics instance. This name must be unique in the tenancy and can't be changed. The name must start with a letter and can contain only letters, numbers and dash (-).
    NetworkEndpointDetails []GetAnalyticsInstanceNetworkEndpointDetail
    Base representation of a network endpoint.
    ResourceGroups []GetAnalyticsInstanceResourceGroupType
    List of resource groups for this Analytics instance. The resource group id must be unique within the instance.
    ServiceUrl string
    URL of the Analytics instance.
    State string
    The current state of the Analytics instance.
    SystemTags map[string]string
    System tags for this resource. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.key": "value"}
    TimeCreated string
    The date and time the Analytics instance was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    TimeUpdated string
    The date and time the Analytics instance was last updated (in the format defined by RFC3339). This timestamp represents updates made through this API. External events don't affect it.
    UpdateChannel string
    The Analytics instance update cycle.
    admin_user string
    analytics_instance_id string
    capacities list(object)
    The capacity (in OCPU's) to be allocated for this resource.
    compartment_id string
    The OCID of the compartment.
    defined_tags map(string)
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    description string
    Description of the vanity URL.
    domain_id string
    Identity domain OCID.
    email_notification string
    Email address receiving notifications.
    feature_bundle string
    The feature set of an Analytics instance.
    feature_set string
    The feature set. Either SELF_SERVICE_ANALYTICS (Professional Edition) or ENTERPRISE_ANALYTICS (Enterprise Edition).
    freeform_tags map(string)
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id string
    Unique identifier and name of resource group. Must be unique within the instance
    idcs_access_token string
    kms_key_id string
    OCID of the Oracle Cloud Infrastructure Vault Key encrypting the customer data stored in this Analytics instance. A null value indicates that the default Oracle-managed encryption is used.
    license_type string
    The license used for the service.
    name string
    The name of the Analytics instance. This name must be unique in the tenancy and can't be changed. The name must start with a letter and can contain only letters, numbers and dash (-).
    network_endpoint_details list(object)
    Base representation of a network endpoint.
    resource_groups list(object)
    List of resource groups for this Analytics instance. The resource group id must be unique within the instance.
    service_url string
    URL of the Analytics instance.
    state string
    The current state of the Analytics instance.
    system_tags map(string)
    System tags for this resource. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.key": "value"}
    time_created string
    The date and time the Analytics instance was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    time_updated string
    The date and time the Analytics instance was last updated (in the format defined by RFC3339). This timestamp represents updates made through this API. External events don't affect it.
    update_channel string
    The Analytics instance update cycle.
    adminUser String
    analyticsInstanceId String
    capacities List<GetInstanceCapacity>
    The capacity (in OCPU's) to be allocated for this resource.
    compartmentId String
    The OCID of the compartment.
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    description String
    Description of the vanity URL.
    domainId String
    Identity domain OCID.
    emailNotification String
    Email address receiving notifications.
    featureBundle String
    The feature set of an Analytics instance.
    featureSet String
    The feature set. Either SELF_SERVICE_ANALYTICS (Professional Edition) or ENTERPRISE_ANALYTICS (Enterprise Edition).
    freeformTags Map<String,String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    Unique identifier and name of resource group. Must be unique within the instance
    idcsAccessToken String
    kmsKeyId String
    OCID of the Oracle Cloud Infrastructure Vault Key encrypting the customer data stored in this Analytics instance. A null value indicates that the default Oracle-managed encryption is used.
    licenseType String
    The license used for the service.
    name String
    The name of the Analytics instance. This name must be unique in the tenancy and can't be changed. The name must start with a letter and can contain only letters, numbers and dash (-).
    networkEndpointDetails List<GetInstanceNetworkEndpointDetail>
    Base representation of a network endpoint.
    resourceGroups List<GetInstanceResourceGroup>
    List of resource groups for this Analytics instance. The resource group id must be unique within the instance.
    serviceUrl String
    URL of the Analytics instance.
    state String
    The current state of the Analytics instance.
    systemTags Map<String,String>
    System tags for this resource. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.key": "value"}
    timeCreated String
    The date and time the Analytics instance was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated String
    The date and time the Analytics instance was last updated (in the format defined by RFC3339). This timestamp represents updates made through this API. External events don't affect it.
    updateChannel String
    The Analytics instance update cycle.
    adminUser string
    analyticsInstanceId string
    capacities GetAnalyticsInstanceCapacity[]
    The capacity (in OCPU's) to be allocated for this resource.
    compartmentId string
    The OCID of the compartment.
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    description string
    Description of the vanity URL.
    domainId string
    Identity domain OCID.
    emailNotification string
    Email address receiving notifications.
    featureBundle string
    The feature set of an Analytics instance.
    featureSet string
    The feature set. Either SELF_SERVICE_ANALYTICS (Professional Edition) or ENTERPRISE_ANALYTICS (Enterprise Edition).
    freeformTags {[key: string]: string}
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id string
    Unique identifier and name of resource group. Must be unique within the instance
    idcsAccessToken string
    kmsKeyId string
    OCID of the Oracle Cloud Infrastructure Vault Key encrypting the customer data stored in this Analytics instance. A null value indicates that the default Oracle-managed encryption is used.
    licenseType string
    The license used for the service.
    name string
    The name of the Analytics instance. This name must be unique in the tenancy and can't be changed. The name must start with a letter and can contain only letters, numbers and dash (-).
    networkEndpointDetails GetAnalyticsInstanceNetworkEndpointDetail[]
    Base representation of a network endpoint.
    resourceGroups GetAnalyticsInstanceResourceGroup[]
    List of resource groups for this Analytics instance. The resource group id must be unique within the instance.
    serviceUrl string
    URL of the Analytics instance.
    state string
    The current state of the Analytics instance.
    systemTags {[key: string]: string}
    System tags for this resource. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.key": "value"}
    timeCreated string
    The date and time the Analytics instance was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated string
    The date and time the Analytics instance was last updated (in the format defined by RFC3339). This timestamp represents updates made through this API. External events don't affect it.
    updateChannel string
    The Analytics instance update cycle.
    admin_user str
    analytics_instance_id str
    capacities Sequence[GetAnalyticsInstanceCapacity]
    The capacity (in OCPU's) to be allocated for this resource.
    compartment_id str
    The OCID of the compartment.
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    description str
    Description of the vanity URL.
    domain_id str
    Identity domain OCID.
    email_notification str
    Email address receiving notifications.
    feature_bundle str
    The feature set of an Analytics instance.
    feature_set str
    The feature set. Either SELF_SERVICE_ANALYTICS (Professional Edition) or ENTERPRISE_ANALYTICS (Enterprise Edition).
    freeform_tags Mapping[str, str]
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id str
    Unique identifier and name of resource group. Must be unique within the instance
    idcs_access_token str
    kms_key_id str
    OCID of the Oracle Cloud Infrastructure Vault Key encrypting the customer data stored in this Analytics instance. A null value indicates that the default Oracle-managed encryption is used.
    license_type str
    The license used for the service.
    name str
    The name of the Analytics instance. This name must be unique in the tenancy and can't be changed. The name must start with a letter and can contain only letters, numbers and dash (-).
    network_endpoint_details Sequence[GetAnalyticsInstanceNetworkEndpointDetail]
    Base representation of a network endpoint.
    resource_groups Sequence[GetAnalyticsInstanceResourceGroup]
    List of resource groups for this Analytics instance. The resource group id must be unique within the instance.
    service_url str
    URL of the Analytics instance.
    state str
    The current state of the Analytics instance.
    system_tags Mapping[str, str]
    System tags for this resource. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.key": "value"}
    time_created str
    The date and time the Analytics instance was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    time_updated str
    The date and time the Analytics instance was last updated (in the format defined by RFC3339). This timestamp represents updates made through this API. External events don't affect it.
    update_channel str
    The Analytics instance update cycle.
    adminUser String
    analyticsInstanceId String
    capacities List<Property Map>
    The capacity (in OCPU's) to be allocated for this resource.
    compartmentId String
    The OCID of the compartment.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    description String
    Description of the vanity URL.
    domainId String
    Identity domain OCID.
    emailNotification String
    Email address receiving notifications.
    featureBundle String
    The feature set of an Analytics instance.
    featureSet String
    The feature set. Either SELF_SERVICE_ANALYTICS (Professional Edition) or ENTERPRISE_ANALYTICS (Enterprise Edition).
    freeformTags Map<String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    Unique identifier and name of resource group. Must be unique within the instance
    idcsAccessToken String
    kmsKeyId String
    OCID of the Oracle Cloud Infrastructure Vault Key encrypting the customer data stored in this Analytics instance. A null value indicates that the default Oracle-managed encryption is used.
    licenseType String
    The license used for the service.
    name String
    The name of the Analytics instance. This name must be unique in the tenancy and can't be changed. The name must start with a letter and can contain only letters, numbers and dash (-).
    networkEndpointDetails List<Property Map>
    Base representation of a network endpoint.
    resourceGroups List<Property Map>
    List of resource groups for this Analytics instance. The resource group id must be unique within the instance.
    serviceUrl String
    URL of the Analytics instance.
    state String
    The current state of the Analytics instance.
    systemTags Map<String>
    System tags for this resource. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.key": "value"}
    timeCreated String
    The date and time the Analytics instance was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated String
    The date and time the Analytics instance was last updated (in the format defined by RFC3339). This timestamp represents updates made through this API. External events don't affect it.
    updateChannel String
    The Analytics instance update cycle.

    Supporting Types

    GetAnalyticsInstanceCapacity

    CapacityType string
    The capacity model to use. Accepted values are: OLPU_COUNT, USER_COUNT
    CapacityValue int
    The capacity value selected, either the number of OCPUs (OLPU_COUNT) or the number of users (USER_COUNT). This parameter affects the number of OCPUs, amount of memory, and other resources allocated to the Analytics instance.
    CapacityType string
    The capacity model to use. Accepted values are: OLPU_COUNT, USER_COUNT
    CapacityValue int
    The capacity value selected, either the number of OCPUs (OLPU_COUNT) or the number of users (USER_COUNT). This parameter affects the number of OCPUs, amount of memory, and other resources allocated to the Analytics instance.
    capacity_type string
    The capacity model to use. Accepted values are: OLPU_COUNT, USER_COUNT
    capacity_value number
    The capacity value selected, either the number of OCPUs (OLPU_COUNT) or the number of users (USER_COUNT). This parameter affects the number of OCPUs, amount of memory, and other resources allocated to the Analytics instance.
    capacityType String
    The capacity model to use. Accepted values are: OLPU_COUNT, USER_COUNT
    capacityValue Integer
    The capacity value selected, either the number of OCPUs (OLPU_COUNT) or the number of users (USER_COUNT). This parameter affects the number of OCPUs, amount of memory, and other resources allocated to the Analytics instance.
    capacityType string
    The capacity model to use. Accepted values are: OLPU_COUNT, USER_COUNT
    capacityValue number
    The capacity value selected, either the number of OCPUs (OLPU_COUNT) or the number of users (USER_COUNT). This parameter affects the number of OCPUs, amount of memory, and other resources allocated to the Analytics instance.
    capacity_type str
    The capacity model to use. Accepted values are: OLPU_COUNT, USER_COUNT
    capacity_value int
    The capacity value selected, either the number of OCPUs (OLPU_COUNT) or the number of users (USER_COUNT). This parameter affects the number of OCPUs, amount of memory, and other resources allocated to the Analytics instance.
    capacityType String
    The capacity model to use. Accepted values are: OLPU_COUNT, USER_COUNT
    capacityValue Number
    The capacity value selected, either the number of OCPUs (OLPU_COUNT) or the number of users (USER_COUNT). This parameter affects the number of OCPUs, amount of memory, and other resources allocated to the Analytics instance.

    GetAnalyticsInstanceNetworkEndpointDetail

    NetworkEndpointType string
    The type of network endpoint.
    NetworkSecurityGroupIds List<string>
    Network Security Group OCIDs for the Analytics instance.
    SubnetId string
    OCID of the customer subnet connected to the private access channel.
    VcnId string
    OCID of the customer VCN peered with the private access channel.
    WhitelistedIps List<string>
    Source IP addresses or IP address ranges in ingress rules.
    WhitelistedServices List<string>
    Oracle Cloud services that are allowed to access this Analytics instance.
    WhitelistedVcns List<GetAnalyticsInstanceNetworkEndpointDetailWhitelistedVcn>
    Virtual Cloud Networks allowed to access this network endpoint.
    NetworkEndpointType string
    The type of network endpoint.
    NetworkSecurityGroupIds []string
    Network Security Group OCIDs for the Analytics instance.
    SubnetId string
    OCID of the customer subnet connected to the private access channel.
    VcnId string
    OCID of the customer VCN peered with the private access channel.
    WhitelistedIps []string
    Source IP addresses or IP address ranges in ingress rules.
    WhitelistedServices []string
    Oracle Cloud services that are allowed to access this Analytics instance.
    WhitelistedVcns []GetAnalyticsInstanceNetworkEndpointDetailWhitelistedVcn
    Virtual Cloud Networks allowed to access this network endpoint.
    network_endpoint_type string
    The type of network endpoint.
    network_security_group_ids list(string)
    Network Security Group OCIDs for the Analytics instance.
    subnet_id string
    OCID of the customer subnet connected to the private access channel.
    vcn_id string
    OCID of the customer VCN peered with the private access channel.
    whitelisted_ips list(string)
    Source IP addresses or IP address ranges in ingress rules.
    whitelisted_services list(string)
    Oracle Cloud services that are allowed to access this Analytics instance.
    whitelisted_vcns list(object)
    Virtual Cloud Networks allowed to access this network endpoint.
    networkEndpointType String
    The type of network endpoint.
    networkSecurityGroupIds List<String>
    Network Security Group OCIDs for the Analytics instance.
    subnetId String
    OCID of the customer subnet connected to the private access channel.
    vcnId String
    OCID of the customer VCN peered with the private access channel.
    whitelistedIps List<String>
    Source IP addresses or IP address ranges in ingress rules.
    whitelistedServices List<String>
    Oracle Cloud services that are allowed to access this Analytics instance.
    whitelistedVcns List<GetInstanceNetworkEndpointDetailWhitelistedVcn>
    Virtual Cloud Networks allowed to access this network endpoint.
    networkEndpointType string
    The type of network endpoint.
    networkSecurityGroupIds string[]
    Network Security Group OCIDs for the Analytics instance.
    subnetId string
    OCID of the customer subnet connected to the private access channel.
    vcnId string
    OCID of the customer VCN peered with the private access channel.
    whitelistedIps string[]
    Source IP addresses or IP address ranges in ingress rules.
    whitelistedServices string[]
    Oracle Cloud services that are allowed to access this Analytics instance.
    whitelistedVcns GetAnalyticsInstanceNetworkEndpointDetailWhitelistedVcn[]
    Virtual Cloud Networks allowed to access this network endpoint.
    network_endpoint_type str
    The type of network endpoint.
    network_security_group_ids Sequence[str]
    Network Security Group OCIDs for the Analytics instance.
    subnet_id str
    OCID of the customer subnet connected to the private access channel.
    vcn_id str
    OCID of the customer VCN peered with the private access channel.
    whitelisted_ips Sequence[str]
    Source IP addresses or IP address ranges in ingress rules.
    whitelisted_services Sequence[str]
    Oracle Cloud services that are allowed to access this Analytics instance.
    whitelisted_vcns Sequence[GetAnalyticsInstanceNetworkEndpointDetailWhitelistedVcn]
    Virtual Cloud Networks allowed to access this network endpoint.
    networkEndpointType String
    The type of network endpoint.
    networkSecurityGroupIds List<String>
    Network Security Group OCIDs for the Analytics instance.
    subnetId String
    OCID of the customer subnet connected to the private access channel.
    vcnId String
    OCID of the customer VCN peered with the private access channel.
    whitelistedIps List<String>
    Source IP addresses or IP address ranges in ingress rules.
    whitelistedServices List<String>
    Oracle Cloud services that are allowed to access this Analytics instance.
    whitelistedVcns List<Property Map>
    Virtual Cloud Networks allowed to access this network endpoint.

    GetAnalyticsInstanceNetworkEndpointDetailWhitelistedVcn

    Id string
    Unique identifier and name of resource group. Must be unique within the instance
    WhitelistedIps List<string>
    Source IP addresses or IP address ranges in ingress rules.
    Id string
    Unique identifier and name of resource group. Must be unique within the instance
    WhitelistedIps []string
    Source IP addresses or IP address ranges in ingress rules.
    id string
    Unique identifier and name of resource group. Must be unique within the instance
    whitelisted_ips list(string)
    Source IP addresses or IP address ranges in ingress rules.
    id String
    Unique identifier and name of resource group. Must be unique within the instance
    whitelistedIps List<String>
    Source IP addresses or IP address ranges in ingress rules.
    id string
    Unique identifier and name of resource group. Must be unique within the instance
    whitelistedIps string[]
    Source IP addresses or IP address ranges in ingress rules.
    id str
    Unique identifier and name of resource group. Must be unique within the instance
    whitelisted_ips Sequence[str]
    Source IP addresses or IP address ranges in ingress rules.
    id String
    Unique identifier and name of resource group. Must be unique within the instance
    whitelistedIps List<String>
    Source IP addresses or IP address ranges in ingress rules.

    GetAnalyticsInstanceResourceGroup

    Capacity int
    The capacity (in OCPU's) to be allocated for this resource.
    Description string
    Description of the vanity URL.
    DisplayName string
    Meaningful name of resource group for end user
    Id string
    Unique identifier and name of resource group. Must be unique within the instance
    ResourceName string
    Meaningful name of resource group for end user
    Capacity int
    The capacity (in OCPU's) to be allocated for this resource.
    Description string
    Description of the vanity URL.
    DisplayName string
    Meaningful name of resource group for end user
    Id string
    Unique identifier and name of resource group. Must be unique within the instance
    ResourceName string
    Meaningful name of resource group for end user
    capacity number
    The capacity (in OCPU's) to be allocated for this resource.
    description string
    Description of the vanity URL.
    display_name string
    Meaningful name of resource group for end user
    id string
    Unique identifier and name of resource group. Must be unique within the instance
    resource_name string
    Meaningful name of resource group for end user
    capacity Integer
    The capacity (in OCPU's) to be allocated for this resource.
    description String
    Description of the vanity URL.
    displayName String
    Meaningful name of resource group for end user
    id String
    Unique identifier and name of resource group. Must be unique within the instance
    resourceName String
    Meaningful name of resource group for end user
    capacity number
    The capacity (in OCPU's) to be allocated for this resource.
    description string
    Description of the vanity URL.
    displayName string
    Meaningful name of resource group for end user
    id string
    Unique identifier and name of resource group. Must be unique within the instance
    resourceName string
    Meaningful name of resource group for end user
    capacity int
    The capacity (in OCPU's) to be allocated for this resource.
    description str
    Description of the vanity URL.
    display_name str
    Meaningful name of resource group for end user
    id str
    Unique identifier and name of resource group. Must be unique within the instance
    resource_name str
    Meaningful name of resource group for end user
    capacity Number
    The capacity (in OCPU's) to be allocated for this resource.
    description String
    Description of the vanity URL.
    displayName String
    Meaningful name of resource group for end user
    id String
    Unique identifier and name of resource group. Must be unique within the instance
    resourceName String
    Meaningful name of resource group for end user

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo oci logo
    Viewing docs for Oracle Cloud Infrastructure v4.21.0
    published on Monday, Aug 24, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial