AWS.Tools.Macie2.XML
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.Macie2</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.AddMAC2ResourceTagCmdlet"> <summary> Adds or updates one or more tags (keys and values) that are associated with an Amazon Macie resource. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.AddMAC2ResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the resource.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.AddMAC2ResourceTagCmdlet.Tag"> <summary> <para> <para>A map of key-value pairs that specifies the tags to associate with the resource.</para><para>A resource can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.AddMAC2ResourceTagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.TagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.AddMAC2ResourceTagCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ResourceArn parameter. The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.AddMAC2ResourceTagCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.ApproveMAC2InvitationCmdlet"> <summary> Accepts an Amazon Macie membership invitation that was received from a specific account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.ApproveMAC2InvitationCmdlet.AdministratorAccountId"> <summary> <para> <para>The Amazon Web Services account ID for the account that sent the invitation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.ApproveMAC2InvitationCmdlet.InvitationId"> <summary> <para> <para>The unique identifier for the invitation to accept.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.ApproveMAC2InvitationCmdlet.MasterAccount"> <summary> <para> <para>(Deprecated) The Amazon Web Services account ID for the account that sent the invitation. This property has been replaced by the administratorAccountId property and is retained only for backward compatibility.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.ApproveMAC2InvitationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.AcceptInvitationResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.ApproveMAC2InvitationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.DenyMAC2InvitationCmdlet"> <summary> Declines Amazon Macie membership invitations that were received from specific accounts. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.DenyMAC2InvitationCmdlet.AccountId"> <summary> <para> <para>An array that lists Amazon Web Services account IDs, one for each account that sent an invitation to decline.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.DenyMAC2InvitationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'UnprocessedAccounts'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.DeclineInvitationsResponse). Specifying the name of a property of type Amazon.Macie2.Model.DeclineInvitationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.DenyMAC2InvitationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.DisableMAC2MacieCmdlet"> <summary> Disables Amazon Macie and deletes all settings and resources for a Macie account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.DisableMAC2MacieCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.DisableMacieResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.DisableMAC2MacieCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.DisableMAC2OrganizationAdminAccountCmdlet"> <summary> Disables an account as the delegated Amazon Macie administrator account for an organization in Organizations. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.DisableMAC2OrganizationAdminAccountCmdlet.AdminAccountId"> <summary> <para> <para>The Amazon Web Services account ID of the delegated Amazon Macie administrator account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.DisableMAC2OrganizationAdminAccountCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.DisableOrganizationAdminAccountResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.DisableMAC2OrganizationAdminAccountCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AdminAccountId parameter. The -PassThru parameter is deprecated, use -Select '^AdminAccountId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.DisableMAC2OrganizationAdminAccountCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.EnableMAC2MacieCmdlet"> <summary> Enables Amazon Macie and specifies the configuration settings for a Macie account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.EnableMAC2MacieCmdlet.FindingPublishingFrequency"> <summary> <para> <para>Specifies how often to publish updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.EnableMAC2MacieCmdlet.Status"> <summary> <para> <para>Specifies the new status for the account. To enable Amazon Macie and start all Macie activities for the account, set this value to ENABLED.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.EnableMAC2MacieCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.EnableMAC2MacieCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.EnableMacieResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.EnableMAC2MacieCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.EnableMAC2OrganizationAdminAccountCmdlet"> <summary> Designates an account as the delegated Amazon Macie administrator account for an organization in Organizations. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.EnableMAC2OrganizationAdminAccountCmdlet.AdminAccountId"> <summary> <para> <para>The Amazon Web Services account ID for the account to designate as the delegated Amazon Macie administrator account for the organization.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.EnableMAC2OrganizationAdminAccountCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.EnableMAC2OrganizationAdminAccountCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.EnableOrganizationAdminAccountResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.EnableMAC2OrganizationAdminAccountCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AdminAccountId parameter. The -PassThru parameter is deprecated, use -Select '^AdminAccountId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.EnableMAC2OrganizationAdminAccountCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2AdministratorAccountCmdlet"> <summary> Retrieves information about the Amazon Macie administrator account for an account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2AdministratorAccountCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Administrator'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.GetAdministratorAccountResponse). Specifying the name of a property of type Amazon.Macie2.Model.GetAdministratorAccountResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2AllowListCmdlet"> <summary> Retrieves the settings and status of an allow list. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2AllowListCmdlet.Id"> <summary> <para> <para>The unique identifier for the Amazon Macie resource that the request applies to.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2AllowListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.GetAllowListResponse). Specifying the name of a property of type Amazon.Macie2.Model.GetAllowListResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2AllowListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Id parameter. The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2AllowListListCmdlet"> <summary> Retrieves a subset of information about all the allow lists for an account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2AllowListListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to include in each page of a paginated response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2AllowListListCmdlet.NextToken"> <summary> <para> <para>The nextToken string that specifies which page of results to return in a paginated response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2AllowListListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AllowLists'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.ListAllowListsResponse). Specifying the name of a property of type Amazon.Macie2.Model.ListAllowListsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2BucketCmdlet"> <summary> Retrieves (queries) statistical data and other information about one or more S3 buckets that Amazon Macie monitors and analyzes. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2BucketCmdlet.SortCriteria_AttributeName"> <summary> <para> <para>The name of the bucket property to sort the results by. This value can be one of the following properties that Amazon Macie defines as bucket metadata: accountId, bucketName, classifiableObjectCount, classifiableSizeInBytes, objectCount, or sizeInBytes.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2BucketCmdlet.Criterion"> <summary> <para> <para>The criteria to use to filter the query results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2BucketCmdlet.SortCriteria_OrderBy"> <summary> <para> <para>The sort order to apply to the results, based on the value specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2BucketCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to include in each page of the response. The default value is 50.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2BucketCmdlet.NextToken"> <summary> <para> <para>The nextToken string that specifies which page of results to return in a paginated response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2BucketCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Buckets'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.DescribeBucketsResponse). Specifying the name of a property of type Amazon.Macie2.Model.DescribeBucketsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2BucketStatisticCmdlet"> <summary> Retrieves (queries) aggregated statistical data about S3 buckets that Amazon Macie monitors and analyzes. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2BucketStatisticCmdlet.AccountId"> <summary> <para> <para>The unique identifier for the Amazon Web Services account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2BucketStatisticCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.GetBucketStatisticsResponse). Specifying the name of a property of type Amazon.Macie2.Model.GetBucketStatisticsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2BucketStatisticCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AccountId parameter. The -PassThru parameter is deprecated, use -Select '^AccountId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2ClassificationExportConfigurationCmdlet"> <summary> Retrieves the configuration settings for storing data classification results. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2ClassificationExportConfigurationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Configuration'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.GetClassificationExportConfigurationResponse). Specifying the name of a property of type Amazon.Macie2.Model.GetClassificationExportConfigurationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2ClassificationJobCmdlet"> <summary> Retrieves the status and settings for a classification job. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2ClassificationJobCmdlet.JobId"> <summary> <para> <para>The unique identifier for the classification job.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2ClassificationJobCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.DescribeClassificationJobResponse). Specifying the name of a property of type Amazon.Macie2.Model.DescribeClassificationJobResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2ClassificationJobCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the JobId parameter. The -PassThru parameter is deprecated, use -Select '^JobId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2ClassificationJobListCmdlet"> <summary> Retrieves a subset of information about one or more classification jobs. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2ClassificationJobListCmdlet.SortCriteria_AttributeName"> <summary> <para> <para>The property to sort the results by.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2ClassificationJobListCmdlet.FilterCriteria_Exclude"> <summary> <para> <para>An array of objects, one for each condition that determines which jobs to exclude from the results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2ClassificationJobListCmdlet.FilterCriteria_Include"> <summary> <para> <para>An array of objects, one for each condition that determines which jobs to include in the results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2ClassificationJobListCmdlet.SortCriteria_OrderBy"> <summary> <para> <para>The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2ClassificationJobListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to include in each page of the response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2ClassificationJobListCmdlet.NextToken"> <summary> <para> <para>The nextToken string that specifies which page of results to return in a paginated response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2ClassificationJobListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Items'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.ListClassificationJobsResponse). Specifying the name of a property of type Amazon.Macie2.Model.ListClassificationJobsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2CustomDataIdentifierCmdlet"> <summary> Retrieves the criteria and other settings for a custom data identifier. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2CustomDataIdentifierCmdlet.Id"> <summary> <para> <para>The unique identifier for the Amazon Macie resource that the request applies to.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2CustomDataIdentifierCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.GetCustomDataIdentifierResponse). Specifying the name of a property of type Amazon.Macie2.Model.GetCustomDataIdentifierResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2CustomDataIdentifierCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Id parameter. The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2CustomDataIdentifierListCmdlet"> <summary> Retrieves a subset of information about all the custom data identifiers for an account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2CustomDataIdentifierListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to include in each page of the response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2CustomDataIdentifierListCmdlet.NextToken"> <summary> <para> <para>The nextToken string that specifies which page of results to return in a paginated response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2CustomDataIdentifierListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Items'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.ListCustomDataIdentifiersResponse). Specifying the name of a property of type Amazon.Macie2.Model.ListCustomDataIdentifiersResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingCmdlet"> <summary> Retrieves the details of one or more findings. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingCmdlet.SortCriteria_AttributeName"> <summary> <para> <para>The name of the property to sort the results by. This value can be the name of any property that Amazon Macie defines for a finding.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingCmdlet.FindingId"> <summary> <para> <para>An array of strings that lists the unique identifiers for the findings to retrieve. You can specify as many as 50 unique identifiers in this array.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingCmdlet.SortCriteria_OrderBy"> <summary> <para> <para>The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Findings'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.GetFindingsResponse). Specifying the name of a property of type Amazon.Macie2.Model.GetFindingsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingListCmdlet"> <summary> Retrieves a subset of information about one or more findings. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingListCmdlet.SortCriteria_AttributeName"> <summary> <para> <para>The name of the property to sort the results by. This value can be the name of any property that Amazon Macie defines for a finding.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingListCmdlet.FindingCriteria_Criterion"> <summary> <para> <para>A condition that specifies the property, operator, and one or more values to use to filter the results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingListCmdlet.SortCriteria_OrderBy"> <summary> <para> <para>The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to include in each page of the response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingListCmdlet.NextToken"> <summary> <para> <para>The nextToken string that specifies which page of results to return in a paginated response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'FindingIds'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.ListFindingsResponse). Specifying the name of a property of type Amazon.Macie2.Model.ListFindingsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingsFilterCmdlet"> <summary> Retrieves the criteria and other settings for a findings filter. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingsFilterCmdlet.Id"> <summary> <para> <para>The unique identifier for the Amazon Macie resource that the request applies to.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingsFilterCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.GetFindingsFilterResponse). Specifying the name of a property of type Amazon.Macie2.Model.GetFindingsFilterResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingsFilterCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Id parameter. The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingsFilterListCmdlet"> <summary> Retrieves a subset of information about all the findings filters for an account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingsFilterListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to include in each page of a paginated response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingsFilterListCmdlet.NextToken"> <summary> <para> <para>The nextToken string that specifies which page of results to return in a paginated response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingsFilterListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'FindingsFilterListItems'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.ListFindingsFiltersResponse). Specifying the name of a property of type Amazon.Macie2.Model.ListFindingsFiltersResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingsPublicationConfigurationCmdlet"> <summary> Retrieves the configuration settings for publishing findings to Security Hub. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingsPublicationConfigurationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'SecurityHubConfiguration'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.GetFindingsPublicationConfigurationResponse). Specifying the name of a property of type Amazon.Macie2.Model.GetFindingsPublicationConfigurationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingStatisticCmdlet"> <summary> Retrieves (queries) aggregated statistical data about findings. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingStatisticCmdlet.SortCriteria_AttributeName"> <summary> <para> <para>The grouping to sort the results by. Valid values are: count, sort the results by the number of findings in each group of results; and, groupKey, sort the results by the name of each group of results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingStatisticCmdlet.FindingCriteria_Criterion"> <summary> <para> <para>A condition that specifies the property, operator, and one or more values to use to filter the results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingStatisticCmdlet.GroupBy"> <summary> <para> <para>The finding property to use to group the query results. Valid values are:</para><ul><li><para>classificationDetails.jobId - The unique identifier for the classification job that produced the finding.</para></li><li><para>resourcesAffected.s3Bucket.name - The name of the S3 bucket that the finding applies to.</para></li><li><para>severity.description - The severity level of the finding, such as High or Medium.</para></li><li><para>type - The type of finding, such as Policy:IAMUser/S3BucketPublic and SensitiveData:S3Object/Personal.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingStatisticCmdlet.SortCriteria_OrderBy"> <summary> <para> <para>The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingStatisticCmdlet.Size"> <summary> <para> <para>The maximum number of items to include in each page of the response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingStatisticCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'CountsByGroup'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.GetFindingStatisticsResponse). Specifying the name of a property of type Amazon.Macie2.Model.GetFindingStatisticsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2FindingStatisticCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GroupBy parameter. The -PassThru parameter is deprecated, use -Select '^GroupBy' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2GetCustomDataIdentifierCmdlet"> <summary> Retrieves information about one or more custom data identifiers. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2GetCustomDataIdentifierCmdlet.Id"> <summary> <para> <para>An array of custom data identifier IDs, one for each custom data identifier to retrieve information about.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2GetCustomDataIdentifierCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.BatchGetCustomDataIdentifiersResponse). Specifying the name of a property of type Amazon.Macie2.Model.BatchGetCustomDataIdentifiersResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2InvitationListCmdlet"> <summary> Retrieves information about the Amazon Macie membership invitations that were received by an account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2InvitationListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to include in each page of a paginated response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2InvitationListCmdlet.NextToken"> <summary> <para> <para>The nextToken string that specifies which page of results to return in a paginated response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2InvitationListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Invitations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.ListInvitationsResponse). Specifying the name of a property of type Amazon.Macie2.Model.ListInvitationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2InvitationsCountCmdlet"> <summary> Retrieves the count of Amazon Macie membership invitations that were received by an account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2InvitationsCountCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InvitationsCount'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.GetInvitationsCountResponse). Specifying the name of a property of type Amazon.Macie2.Model.GetInvitationsCountResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2MacieSessionCmdlet"> <summary> Retrieves the current status and configuration settings for an Amazon Macie account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2MacieSessionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.GetMacieSessionResponse). Specifying the name of a property of type Amazon.Macie2.Model.GetMacieSessionResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2ManagedDataIdentifierListCmdlet"> <summary> Retrieves information about all the managed data identifiers that Amazon Macie currently provides. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2ManagedDataIdentifierListCmdlet.NextToken"> <summary> <para> <para>The nextToken string that specifies which page of results to return in a paginated response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2ManagedDataIdentifierListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Items'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.ListManagedDataIdentifiersResponse). Specifying the name of a property of type Amazon.Macie2.Model.ListManagedDataIdentifiersResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2ManagedDataIdentifierListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NextToken parameter. The -PassThru parameter is deprecated, use -Select '^NextToken' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2MasterAccountCmdlet"> <summary> (Deprecated) Retrieves information about the Amazon Macie administrator account for an account. This operation has been replaced by the <link linkend="GetAdministratorAccount">GetAdministratorAccount</link> operation. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2MasterAccountCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Master'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.GetMasterAccountResponse). Specifying the name of a property of type Amazon.Macie2.Model.GetMasterAccountResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2MemberCmdlet"> <summary> Retrieves information about an account that's associated with an Amazon Macie administrator account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2MemberCmdlet.Id"> <summary> <para> <para>The unique identifier for the Amazon Macie resource that the request applies to.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2MemberCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.GetMemberResponse). Specifying the name of a property of type Amazon.Macie2.Model.GetMemberResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2MemberCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Id parameter. The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2MemberListCmdlet"> <summary> Retrieves information about the accounts that are associated with an Amazon Macie administrator account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2MemberListCmdlet.OnlyAssociated"> <summary> <para> <para>Specifies which accounts to include in the response, based on the status of an account's relationship with the administrator account. By default, the response includes only current member accounts. To include all accounts, set this value to false.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2MemberListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to include in each page of a paginated response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2MemberListCmdlet.NextToken"> <summary> <para> <para>The nextToken string that specifies which page of results to return in a paginated response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2MemberListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Members'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.ListMembersResponse). Specifying the name of a property of type Amazon.Macie2.Model.ListMembersResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2MemberListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the OnlyAssociated parameter. The -PassThru parameter is deprecated, use -Select '^OnlyAssociated' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2OrganizationAdminAccountListCmdlet"> <summary> Retrieves information about the delegated Amazon Macie administrator account for an organization in Organizations. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2OrganizationAdminAccountListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to include in each page of a paginated response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2OrganizationAdminAccountListCmdlet.NextToken"> <summary> <para> <para>The nextToken string that specifies which page of results to return in a paginated response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2OrganizationAdminAccountListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AdminAccounts'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.ListOrganizationAdminAccountsResponse). Specifying the name of a property of type Amazon.Macie2.Model.ListOrganizationAdminAccountsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2OrganizationConfigurationCmdlet"> <summary> Retrieves the Amazon Macie configuration settings for an organization in Organizations. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2OrganizationConfigurationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.DescribeOrganizationConfigurationResponse). Specifying the name of a property of type Amazon.Macie2.Model.DescribeOrganizationConfigurationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2ResourceTagCmdlet"> <summary> Retrieves the tags (keys and values) that are associated with an Amazon Macie resource. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2ResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the resource.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2ResourceTagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Tags'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.ListTagsForResourceResponse). Specifying the name of a property of type Amazon.Macie2.Model.ListTagsForResourceResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2ResourceTagCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ResourceArn parameter. The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2RevealConfigurationCmdlet"> <summary> Retrieves the status and configuration settings for retrieving occurrences of sensitive data reported by findings. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2RevealConfigurationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Configuration'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.GetRevealConfigurationResponse). Specifying the name of a property of type Amazon.Macie2.Model.GetRevealConfigurationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2SensitiveDataOccurrenceCmdlet"> <summary> Retrieves occurrences of sensitive data reported by a finding. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2SensitiveDataOccurrenceCmdlet.FindingId"> <summary> <para> <para>The unique identifier for the finding.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2SensitiveDataOccurrenceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.GetSensitiveDataOccurrencesResponse). Specifying the name of a property of type Amazon.Macie2.Model.GetSensitiveDataOccurrencesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2SensitiveDataOccurrenceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the FindingId parameter. The -PassThru parameter is deprecated, use -Select '^FindingId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2SensitiveDataOccurrencesAvailabilityCmdlet"> <summary> Checks whether occurrences of sensitive data can be retrieved for a finding. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2SensitiveDataOccurrencesAvailabilityCmdlet.FindingId"> <summary> <para> <para>The unique identifier for the finding.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2SensitiveDataOccurrencesAvailabilityCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.GetSensitiveDataOccurrencesAvailabilityResponse). Specifying the name of a property of type Amazon.Macie2.Model.GetSensitiveDataOccurrencesAvailabilityResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2SensitiveDataOccurrencesAvailabilityCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the FindingId parameter. The -PassThru parameter is deprecated, use -Select '^FindingId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2UsageStatisticCmdlet"> <summary> Retrieves (queries) quotas and aggregated usage data for one or more accounts. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2UsageStatisticCmdlet.FilterBy"> <summary> <para> <para>An array of objects, one for each condition to use to filter the query results. If you specify more than one condition, Amazon Macie uses an AND operator to join the conditions.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2UsageStatisticCmdlet.SortBy_Key"> <summary> <para> <para>The field to sort the results by.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2UsageStatisticCmdlet.SortBy_OrderBy"> <summary> <para> <para>The sort order to apply to the results, based on the value for the field specified by the key property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2UsageStatisticCmdlet.TimeRange"> <summary> <para> <para>The inclusive time period to query usage data for. Valid values are: MONTH_TO_DATE, for the current calendar month to date; and, PAST_30_DAYS, for the preceding 30 days. If you don't specify a value, Amazon Macie provides usage data for the preceding 30 days.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2UsageStatisticCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to include in each page of the response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2UsageStatisticCmdlet.NextToken"> <summary> <para> <para>The nextToken string that specifies which page of results to return in a paginated response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2UsageStatisticCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Records'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.GetUsageStatisticsResponse). Specifying the name of a property of type Amazon.Macie2.Model.GetUsageStatisticsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2UsageTotalCmdlet"> <summary> Retrieves (queries) aggregated usage data for an account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2UsageTotalCmdlet.TimeRange"> <summary> <para> <para>The inclusive time period to retrieve the data for. Valid values are: MONTH_TO_DATE, for the current calendar month to date; and, PAST_30_DAYS, for the preceding 30 days. If you don't specify a value for this parameter, Amazon Macie provides aggregated usage data for the preceding 30 days.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2UsageTotalCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'UsageTotals'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.GetUsageTotalsResponse). Specifying the name of a property of type Amazon.Macie2.Model.GetUsageTotalsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.GetMAC2UsageTotalCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TimeRange parameter. The -PassThru parameter is deprecated, use -Select '^TimeRange' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2AllowListCmdlet"> <summary> Creates and defines the settings for an allow list. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2AllowListCmdlet.S3WordsList_BucketName"> <summary> <para> <para>The full name of the S3 bucket that contains the object.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2AllowListCmdlet.Description"> <summary> <para> <para>A custom description of the allow list. The description can contain as many as 512 characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2AllowListCmdlet.Name"> <summary> <para> <para>A custom name for the allow list. The name can contain as many as 128 characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2AllowListCmdlet.S3WordsList_ObjectKey"> <summary> <para> <para>The full name (key) of the object.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2AllowListCmdlet.Criteria_Regex"> <summary> <para> <para>The regular expression (<i>regex</i>) that defines the text pattern to ignore. The expression can contain as many as 512 characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2AllowListCmdlet.Tag"> <summary> <para> <para>A map of key-value pairs that specifies the tags to associate with the allow list.</para><para>An allow list can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2AllowListCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2AllowListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.CreateAllowListResponse). Specifying the name of a property of type Amazon.Macie2.Model.CreateAllowListResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2AllowListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Name parameter. The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2AllowListCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2ClassificationJobCmdlet"> <summary> Creates and defines the settings for a classification job. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2ClassificationJobCmdlet.AllowListId"> <summary> <para> <para>An array of unique identifiers, one for each allow list for the job to use when it analyzes data.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2ClassificationJobCmdlet.S3JobDefinition_BucketCriteria_Excludes_And"> <summary> <para> <para>An array of conditions, one for each condition that determines which buckets to include or exclude from the job. If you specify more than one condition, Amazon Macie uses AND logic to join the conditions.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2ClassificationJobCmdlet.S3JobDefinition_BucketCriteria_Includes_And"> <summary> <para> <para>An array of conditions, one for each condition that determines which buckets to include or exclude from the job. If you specify more than one condition, Amazon Macie uses AND logic to join the conditions.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2ClassificationJobCmdlet.Excludes_And"> <summary> <para> <para>An array of conditions, one for each property- or tag-based condition that determines which objects to include or exclude from the job. If you specify more than one condition, Amazon Macie uses AND logic to join the conditions.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2ClassificationJobCmdlet.Includes_And"> <summary> <para> <para>An array of conditions, one for each property- or tag-based condition that determines which objects to include or exclude from the job. If you specify more than one condition, Amazon Macie uses AND logic to join the conditions.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2ClassificationJobCmdlet.S3JobDefinition_BucketDefinition"> <summary> <para> <para>An array of objects, one for each Amazon Web Services account that owns specific S3 buckets to analyze. Each object specifies the account ID for an account and one or more buckets to analyze for that account. A job's definition can contain a bucketDefinitions array or a bucketCriteria object, not both.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2ClassificationJobCmdlet.CustomDataIdentifierId"> <summary> <para> <para>An array of unique identifiers, one for each custom data identifier for the job to use when it analyzes data. To use only managed data identifiers, don't specify a value for this property and specify a value other than NONE for the managedDataIdentifierSelector property.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2ClassificationJobCmdlet.ScheduleFrequency_DailySchedule"> <summary> <para> <para>Specifies a daily recurrence pattern for running the job.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2ClassificationJobCmdlet.MonthlySchedule_DayOfMonth"> <summary> <para> <para>The numeric day of the month when Amazon Macie runs the job. This value can be an integer from 1 through 31.</para><para>If this value exceeds the number of days in a certain month, Macie doesn't run the job that month. Macie runs the job only during months that have the specified day. For example, if this value is 31 and a month has only 30 days, Macie doesn't run the job that month. To run the job every month, specify a value that's less than 29.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2ClassificationJobCmdlet.WeeklySchedule_DayOfWeek"> <summary> <para> <para>The day of the week when Amazon Macie runs the job.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2ClassificationJobCmdlet.Description"> <summary> <para> <para>A custom description of the job. The description can contain as many as 200 characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2ClassificationJobCmdlet.InitialRun"> <summary> <para> <para>For a recurring job, specifies whether to analyze all existing, eligible objects immediately after the job is created (true). To analyze only those objects that are created or changed after you create the job and before the job's first scheduled run, set this value to false.</para><para>If you configure the job to run only once, don't specify a value for this property.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2ClassificationJobCmdlet.JobType"> <summary> <para> <para>The schedule for running the job. Valid values are:</para><ul><li><para>ONE_TIME - Run the job only once. If you specify this value, don't specify a value for the scheduleFrequency property.</para></li><li><para>SCHEDULED - Run the job on a daily, weekly, or monthly basis. If you specify this value, use the scheduleFrequency property to define the recurrence pattern for the job.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2ClassificationJobCmdlet.ManagedDataIdentifierId"> <summary> <para> <para>An array of unique identifiers, one for each managed data identifier for the job to include (use) or exclude (not use) when it analyzes data. Inclusion or exclusion depends on the managed data identifier selection type that you specify for the job (managedDataIdentifierSelector).</para><para>To retrieve a list of valid values for this property, use the ListManagedDataIdentifiers operation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2ClassificationJobCmdlet.ManagedDataIdentifierSelector"> <summary> <para> <para>The selection type to apply when determining which managed data identifiers the job uses to analyze data. Valid values are:</para><ul><li><para>ALL - Use all the managed data identifiers that Amazon Macie provides. If you specify this value, don't specify any values for the managedDataIdentifierIds property.</para></li><li><para>EXCLUDE - Use all the managed data identifiers that Macie provides except the managed data identifiers specified by the managedDataIdentifierIds property.</para></li><li><para>INCLUDE - Use only the managed data identifiers specified by the managedDataIdentifierIds property.</para></li><li><para>NONE - Don't use any managed data identifiers. If you specify this value, specify at least one custom data identifier for the job (customDataIdentifierIds) and don't specify any values for the managedDataIdentifierIds property.</para></li></ul><para>If you don't specify a value for this property, the job uses all managed data identifiers. If you don't specify a value for this property or you specify ALL or EXCLUDE for a recurring job, the job also uses new managed data identifiers as they are released.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2ClassificationJobCmdlet.Name"> <summary> <para> <para>A custom name for the job. The name can contain as many as 500 characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2ClassificationJobCmdlet.SamplingPercentage"> <summary> <para> <para>The sampling depth, as a percentage, for the job to apply when processing objects. This value determines the percentage of eligible objects that the job analyzes. If this value is less than 100, Amazon Macie selects the objects to analyze at random, up to the specified percentage, and analyzes all the data in those objects.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2ClassificationJobCmdlet.Tag"> <summary> <para> <para>A map of key-value pairs that specifies the tags to associate with the job.</para><para>A job can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2ClassificationJobCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2ClassificationJobCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.CreateClassificationJobResponse). Specifying the name of a property of type Amazon.Macie2.Model.CreateClassificationJobResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2ClassificationJobCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2CustomDataIdentifierCmdlet"> <summary> Creates and defines the criteria and other settings for a custom data identifier. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2CustomDataIdentifierCmdlet.Description"> <summary> <para> <para>A custom description of the custom data identifier. The description can contain as many as 512 characters.</para><para>We strongly recommend that you avoid including any sensitive data in the description of a custom data identifier. Other users of your account might be able to see this description, depending on the actions that they're allowed to perform in Amazon Macie.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2CustomDataIdentifierCmdlet.IgnoreWord"> <summary> <para> <para>An array that lists specific character sequences (<i>ignore words</i>) to exclude from the results. If the text matched by the regular expression contains any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4-90 UTF-8 characters. Ignore words are case sensitive.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2CustomDataIdentifierCmdlet.Keyword"> <summary> <para> <para>An array that lists specific character sequences (<i>keywords</i>), one of which must precede and be within proximity (maximumMatchDistance) of the regular expression to match. The array can contain as many as 50 keywords. Each keyword can contain 3-90 UTF-8 characters. Keywords aren't case sensitive.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2CustomDataIdentifierCmdlet.MaximumMatchDistance"> <summary> <para> <para>The maximum number of characters that can exist between the end of at least one complete character sequence specified by the keywords array and the end of the text that matches the regex pattern. If a complete keyword precedes all the text that matches the pattern and the keyword is within the specified distance, Amazon Macie includes the result. The distance can be 1-300 characters. The default value is 50.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2CustomDataIdentifierCmdlet.Name"> <summary> <para> <para>A custom name for the custom data identifier. The name can contain as many as 128 characters.</para><para>We strongly recommend that you avoid including any sensitive data in the name of a custom data identifier. Other users of your account might be able to see this name, depending on the actions that they're allowed to perform in Amazon Macie.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2CustomDataIdentifierCmdlet.Regex"> <summary> <para> <para>The regular expression (<i>regex</i>) that defines the pattern to match. The expression can contain as many as 512 characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2CustomDataIdentifierCmdlet.SeverityLevel"> <summary> <para> <para>The severity to assign to findings that the custom data identifier produces, based on the number of occurrences of text that matches the custom data identifier's detection criteria. You can specify as many as three SeverityLevel objects in this array, one for each severity: LOW, MEDIUM, or HIGH. If you specify more than one, the occurrences thresholds must be in ascending order by severity, moving from LOW to HIGH. For example, 1 for LOW, 50 for MEDIUM, and 100 for HIGH. If an S3 object contains fewer occurrences than the lowest specified threshold, Amazon Macie doesn't create a finding.</para><para>If you don't specify any values for this array, Macie creates findings for S3 objects that contain at least one occurrence of text that matches the detection criteria, and Macie assigns the MEDIUM severity to those findings.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2CustomDataIdentifierCmdlet.Tag"> <summary> <para> <para>A map of key-value pairs that specifies the tags to associate with the custom data identifier.</para><para>A custom data identifier can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2CustomDataIdentifierCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2CustomDataIdentifierCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'CustomDataIdentifierId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.CreateCustomDataIdentifierResponse). Specifying the name of a property of type Amazon.Macie2.Model.CreateCustomDataIdentifierResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2CustomDataIdentifierCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2FindingsFilterCmdlet"> <summary> Creates and defines the criteria and other settings for a findings filter. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2FindingsFilterCmdlet.Action"> <summary> <para> <para>The action to perform on findings that meet the filter criteria (findingCriteria). Valid values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2FindingsFilterCmdlet.FindingCriteria_Criterion"> <summary> <para> <para>A condition that specifies the property, operator, and one or more values to use to filter the results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2FindingsFilterCmdlet.Description"> <summary> <para> <para>A custom description of the filter. The description can contain as many as 512 characters.</para><para>We strongly recommend that you avoid including any sensitive data in the description of a filter. Other users of your account might be able to see this description, depending on the actions that they're allowed to perform in Amazon Macie.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2FindingsFilterCmdlet.Name"> <summary> <para> <para>A custom name for the filter. The name must contain at least 3 characters and can contain as many as 64 characters.</para><para>We strongly recommend that you avoid including any sensitive data in the name of a filter. Other users of your account might be able to see this name, depending on the actions that they're allowed to perform in Amazon Macie.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2FindingsFilterCmdlet.Position"> <summary> <para> <para>The position of the filter in the list of saved filters on the Amazon Macie console. This value also determines the order in which the filter is applied to findings, relative to other filters that are also applied to the findings.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2FindingsFilterCmdlet.Tag"> <summary> <para> <para>A map of key-value pairs that specifies the tags to associate with the filter.</para><para>A findings filter can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2FindingsFilterCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2FindingsFilterCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.CreateFindingsFilterResponse). Specifying the name of a property of type Amazon.Macie2.Model.CreateFindingsFilterResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2FindingsFilterCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2InvitationCmdlet"> <summary> Sends an Amazon Macie membership invitation to one or more accounts. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2InvitationCmdlet.AccountId"> <summary> <para> <para>An array that lists Amazon Web Services account IDs, one for each account to send the invitation to.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2InvitationCmdlet.DisableEmailNotification"> <summary> <para> <para>Specifies whether to send the invitation as an email message. If this value is false, Amazon Macie sends the invitation (as an email message) to the email address that you specified for the recipient's account when you associated the account with your account. The default value is false.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2InvitationCmdlet.Message"> <summary> <para> <para>Custom text to include in the email message that contains the invitation. The text can contain as many as 80 alphanumeric characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2InvitationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'UnprocessedAccounts'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.CreateInvitationsResponse). Specifying the name of a property of type Amazon.Macie2.Model.CreateInvitationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2InvitationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2MemberCmdlet"> <summary> Associates an account with an Amazon Macie administrator account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2MemberCmdlet.Account_AccountId"> <summary> <para> <para>The Amazon Web Services account ID for the account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2MemberCmdlet.Account_Email"> <summary> <para> <para>The email address for the account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2MemberCmdlet.Tag"> <summary> <para> <para>A map of key-value pairs that specifies the tags to associate with the account in Amazon Macie.</para><para>An account can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2MemberCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Arn'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.CreateMemberResponse). Specifying the name of a property of type Amazon.Macie2.Model.CreateMemberResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2MemberCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2SampleFindingCmdlet"> <summary> Creates sample findings. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2SampleFindingCmdlet.FindingType"> <summary> <para> <para>An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2SampleFindingCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.CreateSampleFindingsResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.NewMAC2SampleFindingCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2AllowListCmdlet"> <summary> Deletes an allow list. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2AllowListCmdlet.Id"> <summary> <para> <para>The unique identifier for the Amazon Macie resource that the request applies to.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2AllowListCmdlet.IgnoreJobCheck"> <summary> <para> <para>Specifies whether to force deletion of the allow list, even if active classification jobs are configured to use the list.</para><para>When you try to delete an allow list, Amazon Macie checks for classification jobs that use the list and have a status other than COMPLETE or CANCELLED. By default, Macie rejects your request if any jobs meet these criteria. To skip these checks and delete the list, set this value to true. To delete the list only if no active jobs are configured to use it, set this value to false.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2AllowListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.DeleteAllowListResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2AllowListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Id parameter. The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2AllowListCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2CustomDataIdentifierCmdlet"> <summary> Soft deletes a custom data identifier. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2CustomDataIdentifierCmdlet.Id"> <summary> <para> <para>The unique identifier for the Amazon Macie resource that the request applies to.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2CustomDataIdentifierCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.DeleteCustomDataIdentifierResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2CustomDataIdentifierCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Id parameter. The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2CustomDataIdentifierCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2FindingsFilterCmdlet"> <summary> Deletes a findings filter. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2FindingsFilterCmdlet.Id"> <summary> <para> <para>The unique identifier for the Amazon Macie resource that the request applies to.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2FindingsFilterCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.DeleteFindingsFilterResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2FindingsFilterCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Id parameter. The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2FindingsFilterCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2InvitationCmdlet"> <summary> Deletes Amazon Macie membership invitations that were received from specific accounts. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2InvitationCmdlet.AccountId"> <summary> <para> <para>An array that lists Amazon Web Services account IDs, one for each account that sent an invitation to delete.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2InvitationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'UnprocessedAccounts'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.DeleteInvitationsResponse). Specifying the name of a property of type Amazon.Macie2.Model.DeleteInvitationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2InvitationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2MemberCmdlet"> <summary> Deletes the association between an Amazon Macie administrator account and an account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2MemberCmdlet.Id"> <summary> <para> <para>The unique identifier for the Amazon Macie resource that the request applies to.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2MemberCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.DeleteMemberResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2MemberCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Id parameter. The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2MemberCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2ResourceTagCmdlet"> <summary> Removes one or more tags (keys and values) from an Amazon Macie resource. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2ResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the resource.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2ResourceTagCmdlet.TagKey"> <summary> <para> <para>One or more tags (keys) to remove from the resource. In an HTTP request to remove multiple tags, append the tagKeys parameter and argument for each tag to remove, separated by an ampersand (&).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2ResourceTagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.UntagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2ResourceTagCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ResourceArn parameter. The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.RemoveMAC2ResourceTagCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.SearchMAC2ResourceCmdlet"> <summary> Retrieves (queries) statistical data and other information about Amazon Web Services resources that Amazon Macie monitors and analyzes. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.SearchMAC2ResourceCmdlet.Excludes_And"> <summary> <para> <para>An array of objects, one for each property- or tag-based condition that includes or excludes resources from the query results. If you specify more than one condition, Amazon Macie uses AND logic to join the conditions.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.SearchMAC2ResourceCmdlet.Includes_And"> <summary> <para> <para>An array of objects, one for each property- or tag-based condition that includes or excludes resources from the query results. If you specify more than one condition, Amazon Macie uses AND logic to join the conditions.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.SearchMAC2ResourceCmdlet.SortCriteria_AttributeName"> <summary> <para> <para>The property to sort the results by.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.SearchMAC2ResourceCmdlet.SortCriteria_OrderBy"> <summary> <para> <para>The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.SearchMAC2ResourceCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to include in each page of the response. The default value is 50.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.SearchMAC2ResourceCmdlet.NextToken"> <summary> <para> <para>The nextToken string that specifies which page of results to return in a paginated response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.SearchMAC2ResourceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'MatchingResources'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.SearchResourcesResponse). Specifying the name of a property of type Amazon.Macie2.Model.SearchResourcesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.SearchMAC2ResourceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.TestMAC2CustomDataIdentifierCmdlet"> <summary> Tests a custom data identifier. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.TestMAC2CustomDataIdentifierCmdlet.IgnoreWord"> <summary> <para> <para>An array that lists specific character sequences (<i>ignore words</i>) to exclude from the results. If the text matched by the regular expression contains any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4-90 UTF-8 characters. Ignore words are case sensitive.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.TestMAC2CustomDataIdentifierCmdlet.Keyword"> <summary> <para> <para>An array that lists specific character sequences (<i>keywords</i>), one of which must precede and be within proximity (maximumMatchDistance) of the regular expression to match. The array can contain as many as 50 keywords. Each keyword can contain 3-90 UTF-8 characters. Keywords aren't case sensitive.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.TestMAC2CustomDataIdentifierCmdlet.MaximumMatchDistance"> <summary> <para> <para>The maximum number of characters that can exist between the end of at least one complete character sequence specified by the keywords array and the end of the text that matches the regex pattern. If a complete keyword precedes all the text that matches the pattern and the keyword is within the specified distance, Amazon Macie includes the result. The distance can be 1-300 characters. The default value is 50.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.TestMAC2CustomDataIdentifierCmdlet.Regex"> <summary> <para> <para>The regular expression (<i>regex</i>) that defines the pattern to match. The expression can contain as many as 512 characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.TestMAC2CustomDataIdentifierCmdlet.SampleText"> <summary> <para> <para>The sample text to inspect by using the custom data identifier. The text can contain as many as 1,000 characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.TestMAC2CustomDataIdentifierCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'MatchCount'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.TestCustomDataIdentifierResponse). Specifying the name of a property of type Amazon.Macie2.Model.TestCustomDataIdentifierResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.UnregisterMAC2FromAdministratorAccountCmdlet"> <summary> Disassociates a member account from its Amazon Macie administrator account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UnregisterMAC2FromAdministratorAccountCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.DisassociateFromAdministratorAccountResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UnregisterMAC2FromAdministratorAccountCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.UnregisterMAC2FromMasterAccountCmdlet"> <summary> (Deprecated) Disassociates a member account from its Amazon Macie administrator account. This operation has been replaced by the <link linkend="DisassociateFromAdministratorAccount">DisassociateFromAdministratorAccount</link> operation. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UnregisterMAC2FromMasterAccountCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.DisassociateFromMasterAccountResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UnregisterMAC2FromMasterAccountCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.UnregisterMAC2MemberCmdlet"> <summary> Disassociates an Amazon Macie administrator account from a member account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UnregisterMAC2MemberCmdlet.Id"> <summary> <para> <para>The unique identifier for the Amazon Macie resource that the request applies to.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UnregisterMAC2MemberCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.DisassociateMemberResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UnregisterMAC2MemberCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Id parameter. The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UnregisterMAC2MemberCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2AllowListCmdlet"> <summary> Updates the settings for an allow list. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2AllowListCmdlet.S3WordsList_BucketName"> <summary> <para> <para>The full name of the S3 bucket that contains the object.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2AllowListCmdlet.Description"> <summary> <para> <para>A custom description of the allow list. The description can contain as many as 512 characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2AllowListCmdlet.Id"> <summary> <para> <para>The unique identifier for the Amazon Macie resource that the request applies to.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2AllowListCmdlet.Name"> <summary> <para> <para>A custom name for the allow list. The name can contain as many as 128 characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2AllowListCmdlet.S3WordsList_ObjectKey"> <summary> <para> <para>The full name (key) of the object.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2AllowListCmdlet.Criteria_Regex"> <summary> <para> <para>The regular expression (<i>regex</i>) that defines the text pattern to ignore. The expression can contain as many as 512 characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2AllowListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.UpdateAllowListResponse). Specifying the name of a property of type Amazon.Macie2.Model.UpdateAllowListResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2AllowListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Id parameter. The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2AllowListCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2ClassificationJobCmdlet"> <summary> Changes the status of a classification job. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2ClassificationJobCmdlet.JobId"> <summary> <para> <para>The unique identifier for the classification job.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2ClassificationJobCmdlet.JobStatus"> <summary> <para> <para>The new status for the job. Valid values are:</para><ul><li><para>CANCELLED - Stops the job permanently and cancels it. This value is valid only if the job's current status is IDLE, PAUSED, RUNNING, or USER_PAUSED.</para><para>If you specify this value and the job's current status is RUNNING, Amazon Macie immediately begins to stop all processing tasks for the job. You can't resume or restart a job after you cancel it.</para></li><li><para>RUNNING - Resumes the job. This value is valid only if the job's current status is USER_PAUSED.</para><para>If you paused the job while it was actively running and you specify this value less than 30 days after you paused the job, Macie immediately resumes processing from the point where you paused the job. Otherwise, Macie resumes the job according to the schedule and other settings for the job.</para></li><li><para>USER_PAUSED - Pauses the job temporarily. This value is valid only if the job's current status is IDLE, PAUSED, or RUNNING. If you specify this value and the job's current status is RUNNING, Macie immediately begins to pause all processing tasks for the job.</para><para>If you pause a one-time job and you don't resume it within 30 days, the job expires and Macie cancels the job. If you pause a recurring job when its status is RUNNING and you don't resume it within 30 days, the job run expires and Macie cancels the run. To check the expiration date, refer to the UserPausedDetails.jobExpiresAt property.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2ClassificationJobCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.UpdateClassificationJobResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2ClassificationJobCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the JobId parameter. The -PassThru parameter is deprecated, use -Select '^JobId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2ClassificationJobCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2FindingsFilterCmdlet"> <summary> Updates the criteria and other settings for a findings filter. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2FindingsFilterCmdlet.Action"> <summary> <para> <para>The action to perform on findings that meet the filter criteria (findingCriteria). Valid values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2FindingsFilterCmdlet.FindingCriteria_Criterion"> <summary> <para> <para>A condition that specifies the property, operator, and one or more values to use to filter the results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2FindingsFilterCmdlet.Description"> <summary> <para> <para>A custom description of the filter. The description can contain as many as 512 characters.</para><para>We strongly recommend that you avoid including any sensitive data in the description of a filter. Other users might be able to see this description, depending on the actions that they're allowed to perform in Amazon Macie.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2FindingsFilterCmdlet.Id"> <summary> <para> <para>The unique identifier for the Amazon Macie resource that the request applies to.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2FindingsFilterCmdlet.Name"> <summary> <para> <para>A custom name for the filter. The name must contain at least 3 characters and can contain as many as 64 characters.</para><para>We strongly recommend that you avoid including any sensitive data in the name of a filter. Other users might be able to see this name, depending on the actions that they're allowed to perform in Amazon Macie.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2FindingsFilterCmdlet.Position"> <summary> <para> <para>The position of the filter in the list of saved filters on the Amazon Macie console. This value also determines the order in which the filter is applied to findings, relative to other filters that are also applied to the findings.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2FindingsFilterCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2FindingsFilterCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.UpdateFindingsFilterResponse). Specifying the name of a property of type Amazon.Macie2.Model.UpdateFindingsFilterResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2FindingsFilterCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Id parameter. The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2FindingsFilterCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2MacieSessionCmdlet"> <summary> Suspends or re-enables Amazon Macie, or updates the configuration settings for a Macie account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2MacieSessionCmdlet.FindingPublishingFrequency"> <summary> <para> <para>Specifies how often to publish updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2MacieSessionCmdlet.Status"> <summary> <para> <para>Specifies a new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2MacieSessionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.UpdateMacieSessionResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2MacieSessionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2MemberSessionCmdlet"> <summary> Enables an Amazon Macie administrator to suspend or re-enable Macie for a member account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2MemberSessionCmdlet.Id"> <summary> <para> <para>The unique identifier for the Amazon Macie resource that the request applies to.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2MemberSessionCmdlet.Status"> <summary> <para> <para>Specifies the new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2MemberSessionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.UpdateMemberSessionResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2MemberSessionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2OrganizationConfigurationCmdlet"> <summary> Updates the Amazon Macie configuration settings for an organization in Organizations. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2OrganizationConfigurationCmdlet.AutoEnable"> <summary> <para> <para>Specifies whether to enable Amazon Macie automatically for an account when the account is added to the organization in Organizations.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2OrganizationConfigurationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.UpdateOrganizationConfigurationResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2OrganizationConfigurationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AutoEnable parameter. The -PassThru parameter is deprecated, use -Select '^AutoEnable' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2OrganizationConfigurationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2RevealConfigurationCmdlet"> <summary> Updates the status and configuration settings for retrieving occurrences of sensitive data reported by findings. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2RevealConfigurationCmdlet.Configuration_KmsKeyId"> <summary> <para> <para>The Amazon Resource Name (ARN), ID, or alias of the KMS key to use to encrypt sensitive data that's retrieved. The key must be an existing, customer managed, symmetric encryption key that's in the same Amazon Web Services Region as the Amazon Macie account.</para><para>If this value specifies an alias, it must include the following prefix: alias/. If this value specifies a key that's owned by another Amazon Web Services account, it must specify the ARN of the key or the ARN of the key's alias.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2RevealConfigurationCmdlet.Configuration_Status"> <summary> <para> <para>The status of the configuration for the Amazon Macie account. In a request, valid values are: ENABLED, enable the configuration for the account; and, DISABLED, disable the configuration for the account. In a response, possible values are: ENABLED, the configuration is currently enabled for the account; and, DISABLED, the configuration is currently disabled for the account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2RevealConfigurationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Configuration'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.UpdateRevealConfigurationResponse). Specifying the name of a property of type Amazon.Macie2.Model.UpdateRevealConfigurationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2RevealConfigurationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Configuration_Status parameter. The -PassThru parameter is deprecated, use -Select '^Configuration_Status' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.UpdateMAC2RevealConfigurationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.WriteMAC2ClassificationExportConfigurationCmdlet"> <summary> Creates or updates the configuration settings for storing data classification results. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.WriteMAC2ClassificationExportConfigurationCmdlet.S3Destination_BucketName"> <summary> <para> <para>The name of the bucket.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.WriteMAC2ClassificationExportConfigurationCmdlet.S3Destination_KeyPrefix"> <summary> <para> <para>The path prefix to use in the path to the location in the bucket. This prefix specifies where to store classification results in the bucket.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.WriteMAC2ClassificationExportConfigurationCmdlet.S3Destination_KmsKeyArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the customer managed KMS key to use for encryption of the results. This must be the ARN of an existing, symmetric encryption KMS key that's in the same Amazon Web Services Region as the bucket.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.WriteMAC2ClassificationExportConfigurationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Configuration'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.PutClassificationExportConfigurationResponse). Specifying the name of a property of type Amazon.Macie2.Model.PutClassificationExportConfigurationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.WriteMAC2ClassificationExportConfigurationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MAC2.WriteMAC2FindingsPublicationConfigurationCmdlet"> <summary> Updates the configuration settings for publishing findings to Security Hub. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.WriteMAC2FindingsPublicationConfigurationCmdlet.SecurityHubConfiguration_PublishClassificationFinding"> <summary> <para> <para>Specifies whether to publish sensitive data findings to Security Hub. If you set this value to true, Amazon Macie automatically publishes all sensitive data findings that weren't suppressed by a findings filter. The default value is false.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.WriteMAC2FindingsPublicationConfigurationCmdlet.SecurityHubConfiguration_PublishPolicyFinding"> <summary> <para> <para>Specifies whether to publish policy findings to Security Hub. If you set this value to true, Amazon Macie automatically publishes all new and updated policy findings that weren't suppressed by a findings filter. The default value is true.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.WriteMAC2FindingsPublicationConfigurationCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.WriteMAC2FindingsPublicationConfigurationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Macie2.Model.PutFindingsPublicationConfigurationResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MAC2.WriteMAC2FindingsPublicationConfigurationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> </members> </doc> |