Skip to content

New FalconCloudAwsAccount

bk-cs edited this page Sep 3, 2024 · 1 revision

New-FalconCloudAwsAccount

SYNOPSIS

Provision a Falcon Cloud Security AWS account

DESCRIPTION

Requires 'CSPM registration: Write'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
AccountId String AWS account identifier
CloudtrailRegion String AWS region where the account resides
OrganizationId String AWS organization identifier X
AccountType String AWS account type X
IsMaster Boolean Master account X
IamRoleArn String AWS IAM role ARNs X
UseExistingCloudtrail Boolean Use existing Cloudtrail log X
BehaviorAssessmentEnabled Boolean Enable behavior assessment for account X
SensorManagementEnabled Boolean Enable sensor management for account X
TargetOu String[] Target OU X
DspmEnabled Boolean DSPM enabled X
DspmRole String DSPM role ARN X

SYNTAX

New-FalconCloudAwsAccount [-AccountId] <String> [-CloudtrailRegion] <String> [[-OrganizationId] <String>] [[-AccountType] <String>] [[-IsMaster] <Boolean>] [[-IamRoleArn] <String>] [[-UseExistingCloudtrail] <Boolean>] [[-BehaviorAssessmentEnabled] <Boolean>] [[-SensorManagementEnabled] <Boolean>] [[-TargetOu] <String[]>] [[-DspmEnabled] <Boolean>] [[-DspmRole] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

POST /cloud-connect-cspm-aws/entities/account/v1

falconpy

CreateCSPMAwsAccount

USAGE

2024-09-03: PSFalcon v2.2.7

Clone this wiki locally