1. Packages
  2. Dome9 Provider
  3. API Docs
  4. getAwpAwsOnboarding
dome9 1.40.3 published on Monday, Apr 14, 2025 by dome9

dome9.getAwpAwsOnboarding

Explore with Pulumi AI

dome9 logo
dome9 1.40.3 published on Monday, Apr 14, 2025 by dome9

    Use this data source to get information about AWS AWP onboarding in Dome9. it gives details information about the awp aws account scanner configurations.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as dome9 from "@pulumi/dome9";
    
    const test = dome9.getAwpAwsOnboarding({
        id: "d9-aws-cloudguard-account-id or aws-account-id",
    });
    
    import pulumi
    import pulumi_dome9 as dome9
    
    test = dome9.get_awp_aws_onboarding(id="d9-aws-cloudguard-account-id or aws-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.LookupAwpAwsOnboarding(ctx, &dome9.LookupAwpAwsOnboardingArgs{
    			Id: "d9-aws-cloudguard-account-id or aws-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.GetAwpAwsOnboarding.Invoke(new()
        {
            Id = "d9-aws-cloudguard-account-id or aws-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.GetAwpAwsOnboardingArgs;
    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.getAwpAwsOnboarding(GetAwpAwsOnboardingArgs.builder()
                .id("d9-aws-cloudguard-account-id or aws-account-id")
                .build());
    
        }
    }
    
    variables:
      test:
        fn::invoke:
          function: dome9:getAwpAwsOnboarding
          arguments:
            id: d9-aws-cloudguard-account-id or aws-account-id
    

    Using getAwpAwsOnboarding

    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 getAwpAwsOnboarding(args: GetAwpAwsOnboardingArgs, opts?: InvokeOptions): Promise<GetAwpAwsOnboardingResult>
    function getAwpAwsOnboardingOutput(args: GetAwpAwsOnboardingOutputArgs, opts?: InvokeOptions): Output<GetAwpAwsOnboardingResult>
    def get_awp_aws_onboarding(id: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetAwpAwsOnboardingResult
    def get_awp_aws_onboarding_output(id: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetAwpAwsOnboardingResult]
    func LookupAwpAwsOnboarding(ctx *Context, args *LookupAwpAwsOnboardingArgs, opts ...InvokeOption) (*LookupAwpAwsOnboardingResult, error)
    func LookupAwpAwsOnboardingOutput(ctx *Context, args *LookupAwpAwsOnboardingOutputArgs, opts ...InvokeOption) LookupAwpAwsOnboardingResultOutput

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

    public static class GetAwpAwsOnboarding 
    {
        public static Task<GetAwpAwsOnboardingResult> InvokeAsync(GetAwpAwsOnboardingArgs args, InvokeOptions? opts = null)
        public static Output<GetAwpAwsOnboardingResult> Invoke(GetAwpAwsOnboardingInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAwpAwsOnboardingResult> getAwpAwsOnboarding(GetAwpAwsOnboardingArgs args, InvokeOptions options)
    public static Output<GetAwpAwsOnboardingResult> getAwpAwsOnboarding(GetAwpAwsOnboardingArgs args, InvokeOptions options)
    
    fn::invoke:
      function: dome9:index/getAwpAwsOnboarding:getAwpAwsOnboarding
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The Dome9 id for the onboarded AWS account.
    Id string
    The Dome9 id for the onboarded AWS account.
    id String
    The Dome9 id for the onboarded AWS account.
    id string
    The Dome9 id for the onboarded AWS account.
    id str
    The Dome9 id for the onboarded AWS account.
    id String
    The Dome9 id for the onboarded AWS account.

    getAwpAwsOnboarding Result

    The following output properties are available:

    AgentlessAccountSettings List<GetAwpAwsOnboardingAgentlessAccountSetting>
    The settings for the agentless account that the awp scanner will be configured with.
    AgentlessProtectionEnabled bool
    Whether agentless protection is enabled or not.
    CentralizedCloudAccountId string
    CloudAccountId string
    The CloudGuard account ID.
    CloudProvider string
    The cloud provider for the onboarding process.
    Id string
    IsOrgOnboarding bool
    Whether the onboarding process is for an organization.
    MissingAwpPrivateNetworkRegions List<string>
    The regions missing AWP private network.
    ScanMode string
    The scan mode of the onboarding process
    ShouldUpdate bool
    Whether the onboarding process should be updated.
    AgentlessAccountSettings []GetAwpAwsOnboardingAgentlessAccountSetting
    The settings for the agentless account that the awp scanner will be configured with.
    AgentlessProtectionEnabled bool
    Whether agentless protection is enabled or not.
    CentralizedCloudAccountId string
    CloudAccountId string
    The CloudGuard account ID.
    CloudProvider string
    The cloud provider for the onboarding process.
    Id string
    IsOrgOnboarding bool
    Whether the onboarding process is for an organization.
    MissingAwpPrivateNetworkRegions []string
    The regions missing AWP private network.
    ScanMode string
    The scan mode of the onboarding process
    ShouldUpdate bool
    Whether the onboarding process should be updated.
    agentlessAccountSettings List<GetAwpAwsOnboardingAgentlessAccountSetting>
    The settings for the agentless account that the awp scanner will be configured with.
    agentlessProtectionEnabled Boolean
    Whether agentless protection is enabled or not.
    centralizedCloudAccountId String
    cloudAccountId String
    The CloudGuard account ID.
    cloudProvider String
    The cloud provider for the onboarding process.
    id String
    isOrgOnboarding Boolean
    Whether the onboarding process is for an organization.
    missingAwpPrivateNetworkRegions List<String>
    The regions missing AWP private network.
    scanMode String
    The scan mode of the onboarding process
    shouldUpdate Boolean
    Whether the onboarding process should be updated.
    agentlessAccountSettings GetAwpAwsOnboardingAgentlessAccountSetting[]
    The settings for the agentless account that the awp scanner will be configured with.
    agentlessProtectionEnabled boolean
    Whether agentless protection is enabled or not.
    centralizedCloudAccountId string
    cloudAccountId string
    The CloudGuard account ID.
    cloudProvider string
    The cloud provider for the onboarding process.
    id string
    isOrgOnboarding boolean
    Whether the onboarding process is for an organization.
    missingAwpPrivateNetworkRegions string[]
    The regions missing AWP private network.
    scanMode string
    The scan mode of the onboarding process
    shouldUpdate boolean
    Whether the onboarding process should be updated.
    agentless_account_settings Sequence[GetAwpAwsOnboardingAgentlessAccountSetting]
    The settings for the agentless account that the awp scanner will be configured with.
    agentless_protection_enabled bool
    Whether agentless protection is enabled or not.
    centralized_cloud_account_id str
    cloud_account_id str
    The CloudGuard account ID.
    cloud_provider str
    The cloud provider for the onboarding process.
    id str
    is_org_onboarding bool
    Whether the onboarding process is for an organization.
    missing_awp_private_network_regions Sequence[str]
    The regions missing AWP private network.
    scan_mode str
    The scan mode of the onboarding process
    should_update bool
    Whether the onboarding process should be updated.
    agentlessAccountSettings List<Property Map>
    The settings for the agentless account that the awp scanner will be configured with.
    agentlessProtectionEnabled Boolean
    Whether agentless protection is enabled or not.
    centralizedCloudAccountId String
    cloudAccountId String
    The CloudGuard account ID.
    cloudProvider String
    The cloud provider for the onboarding process.
    id String
    isOrgOnboarding Boolean
    Whether the onboarding process is for an organization.
    missingAwpPrivateNetworkRegions List<String>
    The regions missing AWP private network.
    scanMode String
    The scan mode of the onboarding process
    shouldUpdate Boolean
    Whether the onboarding process should be updated.

    Supporting Types

    GetAwpAwsOnboardingAgentlessAccountSetting

    Package Details

    Repository
    dome9 dome9/terraform-provider-dome9
    License
    Notes
    This Pulumi package is based on the dome9 Terraform Provider.
    dome9 logo
    dome9 1.40.3 published on Monday, Apr 14, 2025 by dome9