1. Packages
  2. Packages
  3. ElasticCloud (EC) Provider
  4. API Docs
  5. SecurityProject
Viewing docs for ElasticCloud (EC) v0.10.11
published on Tuesday, Apr 21, 2026 by Pulumi
ec logo
Viewing docs for ElasticCloud (EC) v0.10.11
published on Tuesday, Apr 21, 2026 by Pulumi

    Technical preview

    This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ec from "@pulumi/ec";
    
    const myProject = new ec.SecurityProject("my_project", {
        name: "my_project",
        regionId: "aws-us-east-1",
    });
    
    import pulumi
    import pulumi_ec as ec
    
    my_project = ec.SecurityProject("my_project",
        name="my_project",
        region_id="aws-us-east-1")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-ec/sdk/go/ec"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := ec.NewSecurityProject(ctx, "my_project", &ec.SecurityProjectArgs{
    			Name:     pulumi.String("my_project"),
    			RegionId: pulumi.String("aws-us-east-1"),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using ElasticCloud = Pulumi.ElasticCloud;
    
    return await Deployment.RunAsync(() => 
    {
        var myProject = new ElasticCloud.Index.SecurityProject("my_project", new()
        {
            Name = "my_project",
            RegionId = "aws-us-east-1",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.ec.SecurityProject;
    import com.pulumi.ec.SecurityProjectArgs;
    import java.util.List;
    import java.util.ArrayList;
    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) {
            var myProject = new SecurityProject("myProject", SecurityProjectArgs.builder()
                .name("my_project")
                .regionId("aws-us-east-1")
                .build());
    
        }
    }
    
    resources:
      myProject:
        type: ec:SecurityProject
        name: my_project
        properties:
          name: my_project
          regionId: aws-us-east-1
    

    Create SecurityProject Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new SecurityProject(name: string, args: SecurityProjectArgs, opts?: CustomResourceOptions);
    @overload
    def SecurityProject(resource_name: str,
                        args: SecurityProjectArgs,
                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def SecurityProject(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        region_id: Optional[str] = None,
                        admin_features_package: Optional[str] = None,
                        alias: Optional[str] = None,
                        metadata: Optional[SecurityProjectMetadataArgs] = None,
                        name: Optional[str] = None,
                        product_types: Optional[Sequence[SecurityProjectProductTypeArgs]] = None,
                        search_lake: Optional[SecurityProjectSearchLakeArgs] = None,
                        traffic_filter_ids: Optional[Sequence[str]] = None)
    func NewSecurityProject(ctx *Context, name string, args SecurityProjectArgs, opts ...ResourceOption) (*SecurityProject, error)
    public SecurityProject(string name, SecurityProjectArgs args, CustomResourceOptions? opts = null)
    public SecurityProject(String name, SecurityProjectArgs args)
    public SecurityProject(String name, SecurityProjectArgs args, CustomResourceOptions options)
    
    type: ec:SecurityProject
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args SecurityProjectArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args SecurityProjectArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args SecurityProjectArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SecurityProjectArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SecurityProjectArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    SecurityProject Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The SecurityProject resource accepts the following input properties:

    RegionId string
    Unique human-readable identifier for a region in Elastic Cloud.
    AdminFeaturesPackage string
    admin features package (BYOK, BYOIDP, CCS, CCR)
    Alias string
    A custom domain label compatible with RFC-1035 standards. Derived from the project name by default.
    Metadata Pulumi.ElasticCloud.Inputs.SecurityProjectMetadata
    Metadata request for a project with tags.
    Name string
    Descriptive name for a project.
    ProductTypes List<Pulumi.ElasticCloud.Inputs.SecurityProjectProductType>
    SearchLake Pulumi.ElasticCloud.Inputs.SecurityProjectSearchLake
    Configuration for the entire set of capabilities that make the data searchable in Security.
    TrafficFilterIds List<string>
    Set of traffic filter IDs to associate with this project
    RegionId string
    Unique human-readable identifier for a region in Elastic Cloud.
    AdminFeaturesPackage string
    admin features package (BYOK, BYOIDP, CCS, CCR)
    Alias string
    A custom domain label compatible with RFC-1035 standards. Derived from the project name by default.
    Metadata SecurityProjectMetadataArgs
    Metadata request for a project with tags.
    Name string
    Descriptive name for a project.
    ProductTypes []SecurityProjectProductTypeArgs
    SearchLake SecurityProjectSearchLakeArgs
    Configuration for the entire set of capabilities that make the data searchable in Security.
    TrafficFilterIds []string
    Set of traffic filter IDs to associate with this project
    regionId String
    Unique human-readable identifier for a region in Elastic Cloud.
    adminFeaturesPackage String
    admin features package (BYOK, BYOIDP, CCS, CCR)
    alias String
    A custom domain label compatible with RFC-1035 standards. Derived from the project name by default.
    metadata SecurityProjectMetadata
    Metadata request for a project with tags.
    name String
    Descriptive name for a project.
    productTypes List<SecurityProjectProductType>
    searchLake SecurityProjectSearchLake
    Configuration for the entire set of capabilities that make the data searchable in Security.
    trafficFilterIds List<String>
    Set of traffic filter IDs to associate with this project
    regionId string
    Unique human-readable identifier for a region in Elastic Cloud.
    adminFeaturesPackage string
    admin features package (BYOK, BYOIDP, CCS, CCR)
    alias string
    A custom domain label compatible with RFC-1035 standards. Derived from the project name by default.
    metadata SecurityProjectMetadata
    Metadata request for a project with tags.
    name string
    Descriptive name for a project.
    productTypes SecurityProjectProductType[]
    searchLake SecurityProjectSearchLake
    Configuration for the entire set of capabilities that make the data searchable in Security.
    trafficFilterIds string[]
    Set of traffic filter IDs to associate with this project
    region_id str
    Unique human-readable identifier for a region in Elastic Cloud.
    admin_features_package str
    admin features package (BYOK, BYOIDP, CCS, CCR)
    alias str
    A custom domain label compatible with RFC-1035 standards. Derived from the project name by default.
    metadata SecurityProjectMetadataArgs
    Metadata request for a project with tags.
    name str
    Descriptive name for a project.
    product_types Sequence[SecurityProjectProductTypeArgs]
    search_lake SecurityProjectSearchLakeArgs
    Configuration for the entire set of capabilities that make the data searchable in Security.
    traffic_filter_ids Sequence[str]
    Set of traffic filter IDs to associate with this project
    regionId String
    Unique human-readable identifier for a region in Elastic Cloud.
    adminFeaturesPackage String
    admin features package (BYOK, BYOIDP, CCS, CCR)
    alias String
    A custom domain label compatible with RFC-1035 standards. Derived from the project name by default.
    metadata Property Map
    Metadata request for a project with tags.
    name String
    Descriptive name for a project.
    productTypes List<Property Map>
    searchLake Property Map
    Configuration for the entire set of capabilities that make the data searchable in Security.
    trafficFilterIds List<String>
    Set of traffic filter IDs to associate with this project

    Outputs

    All input properties are implicitly available as output properties. Additionally, the SecurityProject resource produces the following output properties:

    CloudId string
    The cloud ID, an encoded string that provides other Elastic services with the necessary information to connect to this Elasticsearch and Kibana.
    Credentials Pulumi.ElasticCloud.Outputs.SecurityProjectCredentials
    Basic auth credentials to access the Elasticsearch API.
    Endpoints Pulumi.ElasticCloud.Outputs.SecurityProjectEndpoints
    The endpoints to access the different apps of the project.
    Id string
    The provider-assigned unique ID for this managed resource.
    PrivateEndpoints Pulumi.ElasticCloud.Outputs.SecurityProjectPrivateEndpoints
    Private endpoints (URLs) for Security projects when PrivateLink is enabled.
    Type string
    the type of the project
    CloudId string
    The cloud ID, an encoded string that provides other Elastic services with the necessary information to connect to this Elasticsearch and Kibana.
    Credentials SecurityProjectCredentials
    Basic auth credentials to access the Elasticsearch API.
    Endpoints SecurityProjectEndpoints
    The endpoints to access the different apps of the project.
    Id string
    The provider-assigned unique ID for this managed resource.
    PrivateEndpoints SecurityProjectPrivateEndpoints
    Private endpoints (URLs) for Security projects when PrivateLink is enabled.
    Type string
    the type of the project
    cloudId String
    The cloud ID, an encoded string that provides other Elastic services with the necessary information to connect to this Elasticsearch and Kibana.
    credentials SecurityProjectCredentials
    Basic auth credentials to access the Elasticsearch API.
    endpoints SecurityProjectEndpoints
    The endpoints to access the different apps of the project.
    id String
    The provider-assigned unique ID for this managed resource.
    privateEndpoints SecurityProjectPrivateEndpoints
    Private endpoints (URLs) for Security projects when PrivateLink is enabled.
    type String
    the type of the project
    cloudId string
    The cloud ID, an encoded string that provides other Elastic services with the necessary information to connect to this Elasticsearch and Kibana.
    credentials SecurityProjectCredentials
    Basic auth credentials to access the Elasticsearch API.
    endpoints SecurityProjectEndpoints
    The endpoints to access the different apps of the project.
    id string
    The provider-assigned unique ID for this managed resource.
    privateEndpoints SecurityProjectPrivateEndpoints
    Private endpoints (URLs) for Security projects when PrivateLink is enabled.
    type string
    the type of the project
    cloud_id str
    The cloud ID, an encoded string that provides other Elastic services with the necessary information to connect to this Elasticsearch and Kibana.
    credentials SecurityProjectCredentials
    Basic auth credentials to access the Elasticsearch API.
    endpoints SecurityProjectEndpoints
    The endpoints to access the different apps of the project.
    id str
    The provider-assigned unique ID for this managed resource.
    private_endpoints SecurityProjectPrivateEndpoints
    Private endpoints (URLs) for Security projects when PrivateLink is enabled.
    type str
    the type of the project
    cloudId String
    The cloud ID, an encoded string that provides other Elastic services with the necessary information to connect to this Elasticsearch and Kibana.
    credentials Property Map
    Basic auth credentials to access the Elasticsearch API.
    endpoints Property Map
    The endpoints to access the different apps of the project.
    id String
    The provider-assigned unique ID for this managed resource.
    privateEndpoints Property Map
    Private endpoints (URLs) for Security projects when PrivateLink is enabled.
    type String
    the type of the project

    Look up Existing SecurityProject Resource

    Get an existing SecurityProject resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: SecurityProjectState, opts?: CustomResourceOptions): SecurityProject
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            admin_features_package: Optional[str] = None,
            alias: Optional[str] = None,
            cloud_id: Optional[str] = None,
            credentials: Optional[SecurityProjectCredentialsArgs] = None,
            endpoints: Optional[SecurityProjectEndpointsArgs] = None,
            metadata: Optional[SecurityProjectMetadataArgs] = None,
            name: Optional[str] = None,
            private_endpoints: Optional[SecurityProjectPrivateEndpointsArgs] = None,
            product_types: Optional[Sequence[SecurityProjectProductTypeArgs]] = None,
            region_id: Optional[str] = None,
            search_lake: Optional[SecurityProjectSearchLakeArgs] = None,
            traffic_filter_ids: Optional[Sequence[str]] = None,
            type: Optional[str] = None) -> SecurityProject
    func GetSecurityProject(ctx *Context, name string, id IDInput, state *SecurityProjectState, opts ...ResourceOption) (*SecurityProject, error)
    public static SecurityProject Get(string name, Input<string> id, SecurityProjectState? state, CustomResourceOptions? opts = null)
    public static SecurityProject get(String name, Output<String> id, SecurityProjectState state, CustomResourceOptions options)
    resources:  _:    type: ec:SecurityProject    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AdminFeaturesPackage string
    admin features package (BYOK, BYOIDP, CCS, CCR)
    Alias string
    A custom domain label compatible with RFC-1035 standards. Derived from the project name by default.
    CloudId string
    The cloud ID, an encoded string that provides other Elastic services with the necessary information to connect to this Elasticsearch and Kibana.
    Credentials Pulumi.ElasticCloud.Inputs.SecurityProjectCredentials
    Basic auth credentials to access the Elasticsearch API.
    Endpoints Pulumi.ElasticCloud.Inputs.SecurityProjectEndpoints
    The endpoints to access the different apps of the project.
    Metadata Pulumi.ElasticCloud.Inputs.SecurityProjectMetadata
    Metadata request for a project with tags.
    Name string
    Descriptive name for a project.
    PrivateEndpoints Pulumi.ElasticCloud.Inputs.SecurityProjectPrivateEndpoints
    Private endpoints (URLs) for Security projects when PrivateLink is enabled.
    ProductTypes List<Pulumi.ElasticCloud.Inputs.SecurityProjectProductType>
    RegionId string
    Unique human-readable identifier for a region in Elastic Cloud.
    SearchLake Pulumi.ElasticCloud.Inputs.SecurityProjectSearchLake
    Configuration for the entire set of capabilities that make the data searchable in Security.
    TrafficFilterIds List<string>
    Set of traffic filter IDs to associate with this project
    Type string
    the type of the project
    AdminFeaturesPackage string
    admin features package (BYOK, BYOIDP, CCS, CCR)
    Alias string
    A custom domain label compatible with RFC-1035 standards. Derived from the project name by default.
    CloudId string
    The cloud ID, an encoded string that provides other Elastic services with the necessary information to connect to this Elasticsearch and Kibana.
    Credentials SecurityProjectCredentialsArgs
    Basic auth credentials to access the Elasticsearch API.
    Endpoints SecurityProjectEndpointsArgs
    The endpoints to access the different apps of the project.
    Metadata SecurityProjectMetadataArgs
    Metadata request for a project with tags.
    Name string
    Descriptive name for a project.
    PrivateEndpoints SecurityProjectPrivateEndpointsArgs
    Private endpoints (URLs) for Security projects when PrivateLink is enabled.
    ProductTypes []SecurityProjectProductTypeArgs
    RegionId string
    Unique human-readable identifier for a region in Elastic Cloud.
    SearchLake SecurityProjectSearchLakeArgs
    Configuration for the entire set of capabilities that make the data searchable in Security.
    TrafficFilterIds []string
    Set of traffic filter IDs to associate with this project
    Type string
    the type of the project
    adminFeaturesPackage String
    admin features package (BYOK, BYOIDP, CCS, CCR)
    alias String
    A custom domain label compatible with RFC-1035 standards. Derived from the project name by default.
    cloudId String
    The cloud ID, an encoded string that provides other Elastic services with the necessary information to connect to this Elasticsearch and Kibana.
    credentials SecurityProjectCredentials
    Basic auth credentials to access the Elasticsearch API.
    endpoints SecurityProjectEndpoints
    The endpoints to access the different apps of the project.
    metadata SecurityProjectMetadata
    Metadata request for a project with tags.
    name String
    Descriptive name for a project.
    privateEndpoints SecurityProjectPrivateEndpoints
    Private endpoints (URLs) for Security projects when PrivateLink is enabled.
    productTypes List<SecurityProjectProductType>
    regionId String
    Unique human-readable identifier for a region in Elastic Cloud.
    searchLake SecurityProjectSearchLake
    Configuration for the entire set of capabilities that make the data searchable in Security.
    trafficFilterIds List<String>
    Set of traffic filter IDs to associate with this project
    type String
    the type of the project
    adminFeaturesPackage string
    admin features package (BYOK, BYOIDP, CCS, CCR)
    alias string
    A custom domain label compatible with RFC-1035 standards. Derived from the project name by default.
    cloudId string
    The cloud ID, an encoded string that provides other Elastic services with the necessary information to connect to this Elasticsearch and Kibana.
    credentials SecurityProjectCredentials
    Basic auth credentials to access the Elasticsearch API.
    endpoints SecurityProjectEndpoints
    The endpoints to access the different apps of the project.
    metadata SecurityProjectMetadata
    Metadata request for a project with tags.
    name string
    Descriptive name for a project.
    privateEndpoints SecurityProjectPrivateEndpoints
    Private endpoints (URLs) for Security projects when PrivateLink is enabled.
    productTypes SecurityProjectProductType[]
    regionId string
    Unique human-readable identifier for a region in Elastic Cloud.
    searchLake SecurityProjectSearchLake
    Configuration for the entire set of capabilities that make the data searchable in Security.
    trafficFilterIds string[]
    Set of traffic filter IDs to associate with this project
    type string
    the type of the project
    admin_features_package str
    admin features package (BYOK, BYOIDP, CCS, CCR)
    alias str
    A custom domain label compatible with RFC-1035 standards. Derived from the project name by default.
    cloud_id str
    The cloud ID, an encoded string that provides other Elastic services with the necessary information to connect to this Elasticsearch and Kibana.
    credentials SecurityProjectCredentialsArgs
    Basic auth credentials to access the Elasticsearch API.
    endpoints SecurityProjectEndpointsArgs
    The endpoints to access the different apps of the project.
    metadata SecurityProjectMetadataArgs
    Metadata request for a project with tags.
    name str
    Descriptive name for a project.
    private_endpoints SecurityProjectPrivateEndpointsArgs
    Private endpoints (URLs) for Security projects when PrivateLink is enabled.
    product_types Sequence[SecurityProjectProductTypeArgs]
    region_id str
    Unique human-readable identifier for a region in Elastic Cloud.
    search_lake SecurityProjectSearchLakeArgs
    Configuration for the entire set of capabilities that make the data searchable in Security.
    traffic_filter_ids Sequence[str]
    Set of traffic filter IDs to associate with this project
    type str
    the type of the project
    adminFeaturesPackage String
    admin features package (BYOK, BYOIDP, CCS, CCR)
    alias String
    A custom domain label compatible with RFC-1035 standards. Derived from the project name by default.
    cloudId String
    The cloud ID, an encoded string that provides other Elastic services with the necessary information to connect to this Elasticsearch and Kibana.
    credentials Property Map
    Basic auth credentials to access the Elasticsearch API.
    endpoints Property Map
    The endpoints to access the different apps of the project.
    metadata Property Map
    Metadata request for a project with tags.
    name String
    Descriptive name for a project.
    privateEndpoints Property Map
    Private endpoints (URLs) for Security projects when PrivateLink is enabled.
    productTypes List<Property Map>
    regionId String
    Unique human-readable identifier for a region in Elastic Cloud.
    searchLake Property Map
    Configuration for the entire set of capabilities that make the data searchable in Security.
    trafficFilterIds List<String>
    Set of traffic filter IDs to associate with this project
    type String
    the type of the project

    Supporting Types

    SecurityProjectCredentials, SecurityProjectCredentialsArgs

    Password string
    Basic auth password that can be used to access the Elasticsearch API.
    Username string
    Basic auth username that can be used to access the Elasticsearch API.
    Password string
    Basic auth password that can be used to access the Elasticsearch API.
    Username string
    Basic auth username that can be used to access the Elasticsearch API.
    password String
    Basic auth password that can be used to access the Elasticsearch API.
    username String
    Basic auth username that can be used to access the Elasticsearch API.
    password string
    Basic auth password that can be used to access the Elasticsearch API.
    username string
    Basic auth username that can be used to access the Elasticsearch API.
    password str
    Basic auth password that can be used to access the Elasticsearch API.
    username str
    Basic auth username that can be used to access the Elasticsearch API.
    password String
    Basic auth password that can be used to access the Elasticsearch API.
    username String
    Basic auth username that can be used to access the Elasticsearch API.

    SecurityProjectEndpoints, SecurityProjectEndpointsArgs

    Elasticsearch string
    The endpoint to access elasticsearch.
    Ingest string
    The endpoint to access the Managed OTLP Endpoint.
    Kibana string
    The endpoint to access kibana.
    Elasticsearch string
    The endpoint to access elasticsearch.
    Ingest string
    The endpoint to access the Managed OTLP Endpoint.
    Kibana string
    The endpoint to access kibana.
    elasticsearch String
    The endpoint to access elasticsearch.
    ingest String
    The endpoint to access the Managed OTLP Endpoint.
    kibana String
    The endpoint to access kibana.
    elasticsearch string
    The endpoint to access elasticsearch.
    ingest string
    The endpoint to access the Managed OTLP Endpoint.
    kibana string
    The endpoint to access kibana.
    elasticsearch str
    The endpoint to access elasticsearch.
    ingest str
    The endpoint to access the Managed OTLP Endpoint.
    kibana str
    The endpoint to access kibana.
    elasticsearch String
    The endpoint to access elasticsearch.
    ingest String
    The endpoint to access the Managed OTLP Endpoint.
    kibana String
    The endpoint to access kibana.

    SecurityProjectMetadata, SecurityProjectMetadataArgs

    CreatedAt string
    Date and time when the project was created.
    CreatedBy string
    ID of the user.
    OrganizationId string
    The Organization ID who owns the project.
    SuspendedAt string
    Date and time when the project was suspended.
    SuspendedReason string
    Reason why the project was suspended.
    Tags Dictionary<string, string>
    Tags associated with a project in the form of key-value pairs. Tags are limited to a minimum of 1 and a maximum of 64. A tag key can contain only alphanumerics, underscores, and hyphens.
    CreatedAt string
    Date and time when the project was created.
    CreatedBy string
    ID of the user.
    OrganizationId string
    The Organization ID who owns the project.
    SuspendedAt string
    Date and time when the project was suspended.
    SuspendedReason string
    Reason why the project was suspended.
    Tags map[string]string
    Tags associated with a project in the form of key-value pairs. Tags are limited to a minimum of 1 and a maximum of 64. A tag key can contain only alphanumerics, underscores, and hyphens.
    createdAt String
    Date and time when the project was created.
    createdBy String
    ID of the user.
    organizationId String
    The Organization ID who owns the project.
    suspendedAt String
    Date and time when the project was suspended.
    suspendedReason String
    Reason why the project was suspended.
    tags Map<String,String>
    Tags associated with a project in the form of key-value pairs. Tags are limited to a minimum of 1 and a maximum of 64. A tag key can contain only alphanumerics, underscores, and hyphens.
    createdAt string
    Date and time when the project was created.
    createdBy string
    ID of the user.
    organizationId string
    The Organization ID who owns the project.
    suspendedAt string
    Date and time when the project was suspended.
    suspendedReason string
    Reason why the project was suspended.
    tags {[key: string]: string}
    Tags associated with a project in the form of key-value pairs. Tags are limited to a minimum of 1 and a maximum of 64. A tag key can contain only alphanumerics, underscores, and hyphens.
    created_at str
    Date and time when the project was created.
    created_by str
    ID of the user.
    organization_id str
    The Organization ID who owns the project.
    suspended_at str
    Date and time when the project was suspended.
    suspended_reason str
    Reason why the project was suspended.
    tags Mapping[str, str]
    Tags associated with a project in the form of key-value pairs. Tags are limited to a minimum of 1 and a maximum of 64. A tag key can contain only alphanumerics, underscores, and hyphens.
    createdAt String
    Date and time when the project was created.
    createdBy String
    ID of the user.
    organizationId String
    The Organization ID who owns the project.
    suspendedAt String
    Date and time when the project was suspended.
    suspendedReason String
    Reason why the project was suspended.
    tags Map<String>
    Tags associated with a project in the form of key-value pairs. Tags are limited to a minimum of 1 and a maximum of 64. A tag key can contain only alphanumerics, underscores, and hyphens.

    SecurityProjectPrivateEndpoints, SecurityProjectPrivateEndpointsArgs

    Elasticsearch string
    The PrivateLink endpoint URL to access elasticsearch.
    Ingest string
    The PrivateLink endpoint URL to access the Managed OTLP Endpoint.
    Kibana string
    The PrivateLink endpoint URL to access kibana.
    Elasticsearch string
    The PrivateLink endpoint URL to access elasticsearch.
    Ingest string
    The PrivateLink endpoint URL to access the Managed OTLP Endpoint.
    Kibana string
    The PrivateLink endpoint URL to access kibana.
    elasticsearch String
    The PrivateLink endpoint URL to access elasticsearch.
    ingest String
    The PrivateLink endpoint URL to access the Managed OTLP Endpoint.
    kibana String
    The PrivateLink endpoint URL to access kibana.
    elasticsearch string
    The PrivateLink endpoint URL to access elasticsearch.
    ingest string
    The PrivateLink endpoint URL to access the Managed OTLP Endpoint.
    kibana string
    The PrivateLink endpoint URL to access kibana.
    elasticsearch str
    The PrivateLink endpoint URL to access elasticsearch.
    ingest str
    The PrivateLink endpoint URL to access the Managed OTLP Endpoint.
    kibana str
    The PrivateLink endpoint URL to access kibana.
    elasticsearch String
    The PrivateLink endpoint URL to access elasticsearch.
    ingest String
    The PrivateLink endpoint URL to access the Managed OTLP Endpoint.
    kibana String
    The PrivateLink endpoint URL to access kibana.

    SecurityProjectProductType, SecurityProjectProductTypeArgs

    ProductLine string
    The identifier of the Security Solution product line.
    ProductTier string
    The identifier of the Security Solution product tier.
    ProductLine string
    The identifier of the Security Solution product line.
    ProductTier string
    The identifier of the Security Solution product tier.
    productLine String
    The identifier of the Security Solution product line.
    productTier String
    The identifier of the Security Solution product tier.
    productLine string
    The identifier of the Security Solution product line.
    productTier string
    The identifier of the Security Solution product tier.
    product_line str
    The identifier of the Security Solution product line.
    product_tier str
    The identifier of the Security Solution product tier.
    productLine String
    The identifier of the Security Solution product line.
    productTier String
    The identifier of the Security Solution product tier.

    SecurityProjectSearchLake, SecurityProjectSearchLakeArgs

    DataRetention Pulumi.ElasticCloud.Inputs.SecurityProjectSearchLakeDataRetention
    Configuration to control the data retention in Elasticsearch data streams.
    DataRetention SecurityProjectSearchLakeDataRetention
    Configuration to control the data retention in Elasticsearch data streams.
    dataRetention SecurityProjectSearchLakeDataRetention
    Configuration to control the data retention in Elasticsearch data streams.
    dataRetention SecurityProjectSearchLakeDataRetention
    Configuration to control the data retention in Elasticsearch data streams.
    data_retention SecurityProjectSearchLakeDataRetention
    Configuration to control the data retention in Elasticsearch data streams.
    dataRetention Property Map
    Configuration to control the data retention in Elasticsearch data streams.

    SecurityProjectSearchLakeDataRetention, SecurityProjectSearchLakeDataRetentionArgs

    DefaultRetentionDays int
    Default number of days during which data remains available in Elasticsearch data streams. Can be set to "null" for unlimited. A default of 396 will be applied if no value is specified on project creation.
    MaxRetentionDays int
    Maximum number of days allowed for retaining data in Elasticsearch data streams. Can be set to "null" for unlimited. A default of 396 will be applied if no value is specified on project creation.
    DefaultRetentionDays int
    Default number of days during which data remains available in Elasticsearch data streams. Can be set to "null" for unlimited. A default of 396 will be applied if no value is specified on project creation.
    MaxRetentionDays int
    Maximum number of days allowed for retaining data in Elasticsearch data streams. Can be set to "null" for unlimited. A default of 396 will be applied if no value is specified on project creation.
    defaultRetentionDays Integer
    Default number of days during which data remains available in Elasticsearch data streams. Can be set to "null" for unlimited. A default of 396 will be applied if no value is specified on project creation.
    maxRetentionDays Integer
    Maximum number of days allowed for retaining data in Elasticsearch data streams. Can be set to "null" for unlimited. A default of 396 will be applied if no value is specified on project creation.
    defaultRetentionDays number
    Default number of days during which data remains available in Elasticsearch data streams. Can be set to "null" for unlimited. A default of 396 will be applied if no value is specified on project creation.
    maxRetentionDays number
    Maximum number of days allowed for retaining data in Elasticsearch data streams. Can be set to "null" for unlimited. A default of 396 will be applied if no value is specified on project creation.
    default_retention_days int
    Default number of days during which data remains available in Elasticsearch data streams. Can be set to "null" for unlimited. A default of 396 will be applied if no value is specified on project creation.
    max_retention_days int
    Maximum number of days allowed for retaining data in Elasticsearch data streams. Can be set to "null" for unlimited. A default of 396 will be applied if no value is specified on project creation.
    defaultRetentionDays Number
    Default number of days during which data remains available in Elasticsearch data streams. Can be set to "null" for unlimited. A default of 396 will be applied if no value is specified on project creation.
    maxRetentionDays Number
    Maximum number of days allowed for retaining data in Elasticsearch data streams. Can be set to "null" for unlimited. A default of 396 will be applied if no value is specified on project creation.

    Import

    Projects can be imported using the id, for example:

    $ pulumi import ec:index/securityProject:SecurityProject id 320b7b540dfc967a7a649c18e2fce4ed
    

    Note on Credentials The credentials attribute (containing username and password) is only available when the project is first created. When importing an existing project, these credentials will not be available in the Terraform state as the API does not return them on read operations.

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    ec pulumi/pulumi-ec
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the ec Terraform Provider.
    ec logo
    Viewing docs for ElasticCloud (EC) v0.10.11
    published on Tuesday, Apr 21, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.