Edit

Share via


New-AzSecurityDefenderForDatabasesAwsOfferingObject

Create an in-memory object for DefenderForDatabasesAwsOffering.

Syntax

Default (Default)

New-AzSecurityDefenderForDatabasesAwsOfferingObject
    [-ArcAutoProvisioningCloudRoleArn <String>]
    [-ArcAutoProvisioningEnabled <Boolean>]
    [-ConfigurationPrivateLinkScope <String>]
    [-ConfigurationProxy <String>]
    [-DatabaseDspmCloudRoleArn <String>]
    [-DatabaseDspmEnabled <Boolean>]
    [-RdCloudRoleArn <String>]
    [-RdEnabled <Boolean>]
    [<CommonParameters>]

Description

Create an in-memory object for DefenderForDatabasesAwsOffering.

Examples

Example 1: Create new DefenderForDatabasesAwsOffering object

$arnPrefix = "arn:aws:iam::123456789012:role"
New-AzSecurityDefenderForDatabasesAwsOfferingObject `
    -ArcAutoProvisioningEnabled $true -ArcAutoProvisioningCloudRoleArn "$arnPrefix/DefenderForCloud-ArcAutoProvisioning" `
    -DatabaseDspmEnabled $true -DatabaseDspmCloudRoleArn "$arnPrefix/DefenderForCloud-DataSecurityPostureDB"
ArcAutoProvisioningCloudRoleArn : arn:aws:iam::123456789012:role/DefenderForCloud-ArcAutoProvisioning
ArcAutoProvisioningEnabled      : True
ConfigurationPrivateLinkScope   :
ConfigurationProxy              :
DatabaseDspmCloudRoleArn        : arn:aws:iam::123456789012:role/DefenderForCloud-DataSecurityPostureDB
DatabaseDspmEnabled             : True
Description                     :
OfferingType                    : DefenderForDatabasesAws
RdCloudRoleArn                  :
RdEnabled                       :

Parameters

-ArcAutoProvisioningCloudRoleArn

The cloud role ARN in AWS for this feature.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ArcAutoProvisioningEnabled

Is arc auto provisioning enabled.

Parameter properties

Type:Boolean
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ConfigurationPrivateLinkScope

Optional Arc private link scope resource id to link the Arc agent.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ConfigurationProxy

Optional http proxy endpoint to use for the Arc agent.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-DatabaseDspmCloudRoleArn

The cloud role ARN in AWS for this feature.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-DatabaseDspmEnabled

Is databases data security posture management (DSPM) protection enabled.

Parameter properties

Type:Boolean
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-RdCloudRoleArn

The cloud role ARN in AWS for this feature.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-RdEnabled

Is RDS protection enabled.

Parameter properties

Type:Boolean
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Outputs

DefenderForDatabasesAwsOffering