Alibaba Cloud v3.57.1 published on Wednesday, Jun 26, 2024 by Pulumi
alicloud.threatdetection.getInstances
Explore with Pulumi AI
This data source provides Threat Detection Instance available to the user.What is Instance
NOTE: Available in 1.199.0+
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as alicloud from "@pulumi/alicloud";
const default = alicloud.threatdetection.getInstances({
    ids: [defaultAlicloudThreatDetectionInstance.id],
});
export const alicloudThreatDetectionInstanceExampleId = _default.then(_default => _default.instances?.[0]?.id);
import pulumi
import pulumi_alicloud as alicloud
default = alicloud.threatdetection.get_instances(ids=[default_alicloud_threat_detection_instance["id"]])
pulumi.export("alicloudThreatDetectionInstanceExampleId", default.instances[0].id)
package main
import (
	"github.com/pulumi/pulumi-alicloud/sdk/v3/go/alicloud/threatdetection"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_default, err := threatdetection.GetInstances(ctx, &threatdetection.GetInstancesArgs{
Ids: interface{}{
defaultAlicloudThreatDetectionInstance.Id,
},
}, nil);
if err != nil {
return err
}
ctx.Export("alicloudThreatDetectionInstanceExampleId", _default.Instances[0].Id)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AliCloud = Pulumi.AliCloud;
return await Deployment.RunAsync(() => 
{
    var @default = AliCloud.ThreatDetection.GetInstances.Invoke(new()
    {
        Ids = new[]
        {
            defaultAlicloudThreatDetectionInstance.Id,
        },
    });
    return new Dictionary<string, object?>
    {
        ["alicloudThreatDetectionInstanceExampleId"] = @default.Apply(@default => @default.Apply(getInstancesResult => getInstancesResult.Instances[0]?.Id)),
    };
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.alicloud.threatdetection.ThreatdetectionFunctions;
import com.pulumi.alicloud.threatdetection.inputs.GetInstancesArgs;
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) {
        final var default = ThreatdetectionFunctions.getInstances(GetInstancesArgs.builder()
            .ids(defaultAlicloudThreatDetectionInstance.id())
            .build());
        ctx.export("alicloudThreatDetectionInstanceExampleId", default_.instances()[0].id());
    }
}
variables:
  default:
    fn::invoke:
      Function: alicloud:threatdetection:getInstances
      Arguments:
        ids:
          - ${defaultAlicloudThreatDetectionInstance.id}
outputs:
  alicloudThreatDetectionInstanceExampleId: ${default.instances[0].id}
Using getInstances
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 getInstances(args: GetInstancesArgs, opts?: InvokeOptions): Promise<GetInstancesResult>
function getInstancesOutput(args: GetInstancesOutputArgs, opts?: InvokeOptions): Output<GetInstancesResult>def get_instances(ids: Optional[Sequence[str]] = None,
                  instance_id: Optional[str] = None,
                  output_file: Optional[str] = None,
                  page_number: Optional[int] = None,
                  page_size: Optional[int] = None,
                  renew_status: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetInstancesResult
def get_instances_output(ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                  instance_id: Optional[pulumi.Input[str]] = None,
                  output_file: Optional[pulumi.Input[str]] = None,
                  page_number: Optional[pulumi.Input[int]] = None,
                  page_size: Optional[pulumi.Input[int]] = None,
                  renew_status: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetInstancesResult]func GetInstances(ctx *Context, args *GetInstancesArgs, opts ...InvokeOption) (*GetInstancesResult, error)
func GetInstancesOutput(ctx *Context, args *GetInstancesOutputArgs, opts ...InvokeOption) GetInstancesResultOutput> Note: This function is named GetInstances in the Go SDK.
public static class GetInstances 
{
    public static Task<GetInstancesResult> InvokeAsync(GetInstancesArgs args, InvokeOptions? opts = null)
    public static Output<GetInstancesResult> Invoke(GetInstancesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetInstancesResult> getInstances(GetInstancesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: alicloud:threatdetection/getInstances:getInstances
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Ids List<string>
 - A list of Instance IDs.
 - Instance
Id string - The first ID of the resource
 - Output
File string - File name where to save data source results (after running 
pulumi preview). - Page
Number int - Page
Size int - Renew
Status string - The renewal status of the specified instance. Valid values: 
AutoRenewal,ManualRenewal,NotRenewal. 
- Ids []string
 - A list of Instance IDs.
 - Instance
Id string - The first ID of the resource
 - Output
File string - File name where to save data source results (after running 
pulumi preview). - Page
Number int - Page
Size int - Renew
Status string - The renewal status of the specified instance. Valid values: 
AutoRenewal,ManualRenewal,NotRenewal. 
- ids List<String>
 - A list of Instance IDs.
 - instance
Id String - The first ID of the resource
 - output
File String - File name where to save data source results (after running 
pulumi preview). - page
Number Integer - page
Size Integer - renew
Status String - The renewal status of the specified instance. Valid values: 
AutoRenewal,ManualRenewal,NotRenewal. 
- ids string[]
 - A list of Instance IDs.
 - instance
Id string - The first ID of the resource
 - output
File string - File name where to save data source results (after running 
pulumi preview). - page
Number number - page
Size number - renew
Status string - The renewal status of the specified instance. Valid values: 
AutoRenewal,ManualRenewal,NotRenewal. 
- ids Sequence[str]
 - A list of Instance IDs.
 - instance_
id str - The first ID of the resource
 - output_
file str - File name where to save data source results (after running 
pulumi preview). - page_
number int - page_
size int - renew_
status str - The renewal status of the specified instance. Valid values: 
AutoRenewal,ManualRenewal,NotRenewal. 
- ids List<String>
 - A list of Instance IDs.
 - instance
Id String - The first ID of the resource
 - output
File String - File name where to save data source results (after running 
pulumi preview). - page
Number Number - page
Size Number - renew
Status String - The renewal status of the specified instance. Valid values: 
AutoRenewal,ManualRenewal,NotRenewal. 
getInstances Result
The following output properties are available:
- Id string
 - The provider-assigned unique ID for this managed resource.
 - Ids List<string>
 - A list of Instance IDs.
 - Instances
List<Pulumi.
Ali Cloud. Threat Detection. Outputs. Get Instances Instance>  - A list of Instance Entries. Each element contains the following attributes:
 - Instance
Id string - The first ID of the resource
 - Output
File string - Page
Number int - Page
Size int - Renew
Status string 
- Id string
 - The provider-assigned unique ID for this managed resource.
 - Ids []string
 - A list of Instance IDs.
 - Instances
[]Get
Instances Instance  - A list of Instance Entries. Each element contains the following attributes:
 - Instance
Id string - The first ID of the resource
 - Output
File string - Page
Number int - Page
Size int - Renew
Status string 
- id String
 - The provider-assigned unique ID for this managed resource.
 - ids List<String>
 - A list of Instance IDs.
 - instances
List<Get
Instances Instance>  - A list of Instance Entries. Each element contains the following attributes:
 - instance
Id String - The first ID of the resource
 - output
File String - page
Number Integer - page
Size Integer - renew
Status String 
- id string
 - The provider-assigned unique ID for this managed resource.
 - ids string[]
 - A list of Instance IDs.
 - instances
Get
Instances Instance[]  - A list of Instance Entries. Each element contains the following attributes:
 - instance
Id string - The first ID of the resource
 - output
File string - page
Number number - page
Size number - renew
Status string 
- id str
 - The provider-assigned unique ID for this managed resource.
 - ids Sequence[str]
 - A list of Instance IDs.
 - instances
Sequence[Get
Instances Instance]  - A list of Instance Entries. Each element contains the following attributes:
 - instance_
id str - The first ID of the resource
 - output_
file str - page_
number int - page_
size int - renew_
status str 
- id String
 - The provider-assigned unique ID for this managed resource.
 - ids List<String>
 - A list of Instance IDs.
 - instances List<Property Map>
 - A list of Instance Entries. Each element contains the following attributes:
 - instance
Id String - The first ID of the resource
 - output
File String - page
Number Number - page
Size Number - renew
Status String 
Supporting Types
GetInstancesInstance  
- Create
Time string - The creation time of the resource
 - Id string
 - ID of the instance.
 - Instance
Id string - The first ID of the resource
 - Payment
Type string - The payment type of the resource.
 - Status string
 - The status of the resource.
 
- Create
Time string - The creation time of the resource
 - Id string
 - ID of the instance.
 - Instance
Id string - The first ID of the resource
 - Payment
Type string - The payment type of the resource.
 - Status string
 - The status of the resource.
 
- create
Time String - The creation time of the resource
 - id String
 - ID of the instance.
 - instance
Id String - The first ID of the resource
 - payment
Type String - The payment type of the resource.
 - status String
 - The status of the resource.
 
- create
Time string - The creation time of the resource
 - id string
 - ID of the instance.
 - instance
Id string - The first ID of the resource
 - payment
Type string - The payment type of the resource.
 - status string
 - The status of the resource.
 
- create_
time str - The creation time of the resource
 - id str
 - ID of the instance.
 - instance_
id str - The first ID of the resource
 - payment_
type str - The payment type of the resource.
 - status str
 - The status of the resource.
 
- create
Time String - The creation time of the resource
 - id String
 - ID of the instance.
 - instance
Id String - The first ID of the resource
 - payment
Type String - The payment type of the resource.
 - status String
 - The status of the resource.
 
Package Details
- Repository
 - Alibaba Cloud pulumi/pulumi-alicloud
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
alicloudTerraform Provider.