dome9 1.40.4 published on Thursday, Oct 30, 2025 by dome9
dome9.getAwpAwsOnboardingData
Use this data source to get information about AWS AWP onboarding data in Dome9.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as dome9 from "@pulumi/dome9";
const test = dome9.getAwpAwsOnboardingData({
    cloudAccountId: "d9-aws-cloud-account-id",
});
import pulumi
import pulumi_dome9 as dome9
test = dome9.get_awp_aws_onboarding_data(cloud_account_id="d9-aws-cloud-account-id")
package main
import (
	"github.com/pulumi/pulumi-terraform-provider/sdks/go/dome9/dome9"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := dome9.GetAwpAwsOnboardingData(ctx, &dome9.GetAwpAwsOnboardingDataArgs{
			CloudAccountId: "d9-aws-cloud-account-id",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Dome9 = Pulumi.Dome9;
return await Deployment.RunAsync(() => 
{
    var test = Dome9.GetAwpAwsOnboardingData.Invoke(new()
    {
        CloudAccountId = "d9-aws-cloud-account-id",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.dome9.Dome9Functions;
import com.pulumi.dome9.inputs.GetAwpAwsOnboardingDataArgs;
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 test = Dome9Functions.getAwpAwsOnboardingData(GetAwpAwsOnboardingDataArgs.builder()
            .cloudAccountId("d9-aws-cloud-account-id")
            .build());
    }
}
variables:
  test:
    fn::invoke:
      function: dome9:getAwpAwsOnboardingData
      arguments:
        cloudAccountId: d9-aws-cloud-account-id
Using getAwpAwsOnboardingData
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 getAwpAwsOnboardingData(args: GetAwpAwsOnboardingDataArgs, opts?: InvokeOptions): Promise<GetAwpAwsOnboardingDataResult>
function getAwpAwsOnboardingDataOutput(args: GetAwpAwsOnboardingDataOutputArgs, opts?: InvokeOptions): Output<GetAwpAwsOnboardingDataResult>def get_awp_aws_onboarding_data(cloud_account_id: Optional[str] = None,
                                id: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetAwpAwsOnboardingDataResult
def get_awp_aws_onboarding_data_output(cloud_account_id: Optional[pulumi.Input[str]] = None,
                                id: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetAwpAwsOnboardingDataResult]func GetAwpAwsOnboardingData(ctx *Context, args *GetAwpAwsOnboardingDataArgs, opts ...InvokeOption) (*GetAwpAwsOnboardingDataResult, error)
func GetAwpAwsOnboardingDataOutput(ctx *Context, args *GetAwpAwsOnboardingDataOutputArgs, opts ...InvokeOption) GetAwpAwsOnboardingDataResultOutput> Note: This function is named GetAwpAwsOnboardingData in the Go SDK.
public static class GetAwpAwsOnboardingData 
{
    public static Task<GetAwpAwsOnboardingDataResult> InvokeAsync(GetAwpAwsOnboardingDataArgs args, InvokeOptions? opts = null)
    public static Output<GetAwpAwsOnboardingDataResult> Invoke(GetAwpAwsOnboardingDataInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAwpAwsOnboardingDataResult> getAwpAwsOnboardingData(GetAwpAwsOnboardingDataArgs args, InvokeOptions options)
public static Output<GetAwpAwsOnboardingDataResult> getAwpAwsOnboardingData(GetAwpAwsOnboardingDataArgs args, InvokeOptions options)
fn::invoke:
  function: dome9:index/getAwpAwsOnboardingData:getAwpAwsOnboardingData
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CloudAccount stringId 
- The Dome9 id for the onboarded AWS account,- it can be the dome9 cloudguard account id or the external aws account id.
 
- Id string
- CloudAccount stringId 
- The Dome9 id for the onboarded AWS account,- it can be the dome9 cloudguard account id or the external aws account id.
 
- Id string
- cloudAccount StringId 
- The Dome9 id for the onboarded AWS account,- it can be the dome9 cloudguard account id or the external aws account id.
 
- id String
- cloudAccount stringId 
- The Dome9 id for the onboarded AWS account,- it can be the dome9 cloudguard account id or the external aws account id.
 
- id string
- cloud_account_ strid 
- The Dome9 id for the onboarded AWS account,- it can be the dome9 cloudguard account id or the external aws account id.
 
- id str
- cloudAccount StringId 
- The Dome9 id for the onboarded AWS account,- it can be the dome9 cloudguard account id or the external aws account id.
 
- id String
getAwpAwsOnboardingData Result
The following output properties are available:
- AgentlessBucket stringName 
- The name of the agentless s3 bucket.
- AwpClient stringSide Security Group Name 
- The name of the AWP client-side security group.
- CloudAccount stringId 
- CloudGuard stringBackend Account Id 
- The CloudGuard AWS backend account ID.
- CrossAccount stringRole External Id 
- The external ID for the cross-account role.
- Id string
- Region string
- The region of the AWP AWS onboarding process.
- RemoteFunctions stringPrefix Key 
- The prefix key for remote functions.
- RemoteSnapshots stringUtils Function Name 
- The name of the remote snapshots utility function.
- RemoteSnapshots stringUtils Function Run Time 
- The runtime of the remote snapshots utility function.
- RemoteSnapshots stringUtils Function S3Pre Signed Url 
- The pre-signed URL for the remote snapshots utility function.
- RemoteSnapshots doubleUtils Function Time Out 
- The timeout for the remote snapshots utility function.
- Stage string
- The stage of the AWP AWS onboarding process(i.e "prod-us").
- AgentlessBucket stringName 
- The name of the agentless s3 bucket.
- AwpClient stringSide Security Group Name 
- The name of the AWP client-side security group.
- CloudAccount stringId 
- CloudGuard stringBackend Account Id 
- The CloudGuard AWS backend account ID.
- CrossAccount stringRole External Id 
- The external ID for the cross-account role.
- Id string
- Region string
- The region of the AWP AWS onboarding process.
- RemoteFunctions stringPrefix Key 
- The prefix key for remote functions.
- RemoteSnapshots stringUtils Function Name 
- The name of the remote snapshots utility function.
- RemoteSnapshots stringUtils Function Run Time 
- The runtime of the remote snapshots utility function.
- RemoteSnapshots stringUtils Function S3Pre Signed Url 
- The pre-signed URL for the remote snapshots utility function.
- RemoteSnapshots float64Utils Function Time Out 
- The timeout for the remote snapshots utility function.
- Stage string
- The stage of the AWP AWS onboarding process(i.e "prod-us").
- agentlessBucket StringName 
- The name of the agentless s3 bucket.
- awpClient StringSide Security Group Name 
- The name of the AWP client-side security group.
- cloudAccount StringId 
- cloudGuard StringBackend Account Id 
- The CloudGuard AWS backend account ID.
- crossAccount StringRole External Id 
- The external ID for the cross-account role.
- id String
- region String
- The region of the AWP AWS onboarding process.
- remoteFunctions StringPrefix Key 
- The prefix key for remote functions.
- remoteSnapshots StringUtils Function Name 
- The name of the remote snapshots utility function.
- remoteSnapshots StringUtils Function Run Time 
- The runtime of the remote snapshots utility function.
- remoteSnapshots StringUtils Function S3Pre Signed Url 
- The pre-signed URL for the remote snapshots utility function.
- remoteSnapshots DoubleUtils Function Time Out 
- The timeout for the remote snapshots utility function.
- stage String
- The stage of the AWP AWS onboarding process(i.e "prod-us").
- agentlessBucket stringName 
- The name of the agentless s3 bucket.
- awpClient stringSide Security Group Name 
- The name of the AWP client-side security group.
- cloudAccount stringId 
- cloudGuard stringBackend Account Id 
- The CloudGuard AWS backend account ID.
- crossAccount stringRole External Id 
- The external ID for the cross-account role.
- id string
- region string
- The region of the AWP AWS onboarding process.
- remoteFunctions stringPrefix Key 
- The prefix key for remote functions.
- remoteSnapshots stringUtils Function Name 
- The name of the remote snapshots utility function.
- remoteSnapshots stringUtils Function Run Time 
- The runtime of the remote snapshots utility function.
- remoteSnapshots stringUtils Function S3Pre Signed Url 
- The pre-signed URL for the remote snapshots utility function.
- remoteSnapshots numberUtils Function Time Out 
- The timeout for the remote snapshots utility function.
- stage string
- The stage of the AWP AWS onboarding process(i.e "prod-us").
- agentless_bucket_ strname 
- The name of the agentless s3 bucket.
- awp_client_ strside_ security_ group_ name 
- The name of the AWP client-side security group.
- cloud_account_ strid 
- cloud_guard_ strbackend_ account_ id 
- The CloudGuard AWS backend account ID.
- cross_account_ strrole_ external_ id 
- The external ID for the cross-account role.
- id str
- region str
- The region of the AWP AWS onboarding process.
- remote_functions_ strprefix_ key 
- The prefix key for remote functions.
- remote_snapshots_ strutils_ function_ name 
- The name of the remote snapshots utility function.
- remote_snapshots_ strutils_ function_ run_ time 
- The runtime of the remote snapshots utility function.
- remote_snapshots_ strutils_ function_ s3_ pre_ signed_ url 
- The pre-signed URL for the remote snapshots utility function.
- remote_snapshots_ floatutils_ function_ time_ out 
- The timeout for the remote snapshots utility function.
- stage str
- The stage of the AWP AWS onboarding process(i.e "prod-us").
- agentlessBucket StringName 
- The name of the agentless s3 bucket.
- awpClient StringSide Security Group Name 
- The name of the AWP client-side security group.
- cloudAccount StringId 
- cloudGuard StringBackend Account Id 
- The CloudGuard AWS backend account ID.
- crossAccount StringRole External Id 
- The external ID for the cross-account role.
- id String
- region String
- The region of the AWP AWS onboarding process.
- remoteFunctions StringPrefix Key 
- The prefix key for remote functions.
- remoteSnapshots StringUtils Function Name 
- The name of the remote snapshots utility function.
- remoteSnapshots StringUtils Function Run Time 
- The runtime of the remote snapshots utility function.
- remoteSnapshots StringUtils Function S3Pre Signed Url 
- The pre-signed URL for the remote snapshots utility function.
- remoteSnapshots NumberUtils Function Time Out 
- The timeout for the remote snapshots utility function.
- stage String
- The stage of the AWP AWS onboarding process(i.e "prod-us").
Package Details
- Repository
- dome9 dome9/terraform-provider-dome9
- License
- Notes
- This Pulumi package is based on the dome9Terraform Provider.
