AWS.Tools.SecurityHub.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.SecurityHub</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.SHUB.AddSHUBResourceTagCmdlet">
            <summary>
            Adds one or more tags to a resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.AddSHUBResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The ARN of the resource to apply the tags to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.AddSHUBResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to add to the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.AddSHUBResourceTagCmdlet.PassThru">
            <summary>
            Returns the value passed to the ResourceArn parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.AddSHUBResourceTagCmdlet.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.SHUB.ConfirmSHUBInvitationCmdlet">
            <summary>
            Accepts the invitation to be a member account and be monitored by the Security Hub
            master account that the invitation was sent from. When the member account accepts
            the invitation, permission is granted to the master account to view findings generated
            in the member account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.ConfirmSHUBInvitationCmdlet.InvitationId">
            <summary>
            <para>
            <para>The ID of the invitation sent from the Security Hub master account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.ConfirmSHUBInvitationCmdlet.MasterId">
            <summary>
            <para>
            <para>The account ID of the Security Hub master account that sent the invitation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.ConfirmSHUBInvitationCmdlet.PassThru">
            <summary>
            Returns the value passed to the InvitationId parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.ConfirmSHUBInvitationCmdlet.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.SHUB.DenySHUBInvitationCmdlet">
            <summary>
            Declines invitations to become a member account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.DenySHUBInvitationCmdlet.AccountId">
            <summary>
            <para>
            <para>A list of account IDs that specify the accounts that invitations to Security Hub are
            declined from.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.DenySHUBInvitationCmdlet.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.SHUB.DisableSHUBImportFindingsForProductCmdlet">
            <summary>
            Disables the integration of the specified product with Security Hub. Findings from
            that product are no longer sent to Security Hub after the integration is disabled.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.DisableSHUBImportFindingsForProductCmdlet.ProductSubscriptionArn">
            <summary>
            <para>
            <para>The ARN of the integrated product to disable the integration for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.DisableSHUBImportFindingsForProductCmdlet.PassThru">
            <summary>
            Returns the value passed to the ProductSubscriptionArn parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.DisableSHUBImportFindingsForProductCmdlet.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.SHUB.DisableSHUBSecurityHubCmdlet">
            <summary>
            Disables Security Hub in your account only in the current Region. To disable Security
            Hub in all Regions, you must submit one request per Region where you have enabled
            Security Hub. When you disable Security Hub for a master account, it doesn't disable
            Security Hub for any associated member accounts.
             
              
            <para>
            When you disable Security Hub, your existing findings and insights and any Security
            Hub configuration settings are deleted after 90 days and can't be recovered. Any standards
            that were enabled are disabled, and your master and member account associations are
            removed. If you want to save your existing findings, you must export them before you
            disable Security Hub.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.DisableSHUBSecurityHubCmdlet.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.SHUB.DisableSHUBStandardsBatchCmdlet">
            <summary>
            Disables the standards specified by the provided <code>StandardsSubscriptionArns</code>.
            For more information, see <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards.html">Standards
            Supported in AWS Security Hub</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.DisableSHUBStandardsBatchCmdlet.StandardsSubscriptionArn">
            <summary>
            <para>
            <para>The ARNs of the standards subscriptions to disable.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.DisableSHUBStandardsBatchCmdlet.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.SHUB.EnableSHUBImportFindingsForProductCmdlet">
            <summary>
            Enables the integration of a partner product with Security Hub. Integrated products
            send findings to Security Hub. When you enable a product integration, a permission
            policy that grants permission for the product to send findings to Security Hub is
            applied.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.EnableSHUBImportFindingsForProductCmdlet.ProductArn">
            <summary>
            <para>
            <para>The ARN of the product to enable the integration for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.EnableSHUBImportFindingsForProductCmdlet.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.SHUB.EnableSHUBSecurityHubCmdlet">
            <summary>
            Enables Security Hub for your account in the current Region or the Region you specify
            in the request. When you enable Security Hub, you grant to Security Hub the permissions
            necessary to gather findings from AWS Config, Amazon GuardDuty, Amazon Inspector,
            and Amazon Macie. To learn more, see <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-settingup.html">Setting
            Up AWS Security Hub</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.EnableSHUBSecurityHubCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to add to the Hub resource when you enable Security Hub.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.EnableSHUBSecurityHubCmdlet.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.SHUB.EnableSHUBStandardsBatchCmdlet">
            <summary>
            Enables the standards specified by the provided <code>standardsArn</code>. In this
            release, only CIS AWS Foundations standards are supported. For more information, see
            <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards.html">Standards
            Supported in AWS Security Hub</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.EnableSHUBStandardsBatchCmdlet.StandardsSubscriptionRequest">
            <summary>
            <para>
            <para>The list of standards compliance checks to enable.</para><important><para>In this release, Security Hub supports only the CIS AWS Foundations standard.</para><para>The ARN for the standard is <code>arn:aws:securityhub:::ruleset/cis-aws-foundations-benchmark/v/1.2.0</code>.</para></important>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.EnableSHUBStandardsBatchCmdlet.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.SHUB.GetSHUBActionTargetCmdlet">
            <summary>
            Returns a list of the custom action targets in Security Hub in your account.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBActionTargetCmdlet.ActionTargetArn">
            <summary>
            <para>
            <para>A list of custom action target ARNs for the custom action targets to retrieve.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBActionTargetCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBActionTargetCmdlet.NextToken">
            <summary>
            <para>
            <para>The token that is required for pagination.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBEnabledProductsForImportListCmdlet">
            <summary>
            Lists all findings-generating solutions (products) whose findings you have subscribed
            to receive in Security Hub.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBEnabledProductsForImportListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of items that you want in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBEnabledProductsForImportListCmdlet.NextToken">
            <summary>
            <para>
            <para>Paginates results. On your first call to the <code>ListEnabledProductsForImport</code>
            operation, set the value of this parameter to <code>NULL</code>. For subsequent calls
            to the operation, fill <code>nextToken</code> in the request with the value of <code>NextToken</code>
            from the previous response to continue listing data.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBEnabledStandardCmdlet">
            <summary>
            Returns a list of the standards that are currently enabled.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBEnabledStandardCmdlet.StandardsSubscriptionArn">
            <summary>
            <para>
            <para>A list of the standards subscription ARNs for the standards to retrieve.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBEnabledStandardCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBEnabledStandardCmdlet.NextToken">
            <summary>
            <para>
            <para>Paginates results. On your first call to the <code>GetEnabledStandards</code> operation,
            set the value of this parameter to <code>NULL</code>. For subsequent calls to the
            operation, fill <code>nextToken</code> in the request with the value of <code>nextToken</code>
            from the previous response to continue listing data.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBFindingCmdlet">
            <summary>
            Returns a list of findings that match the specified criteria.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBFindingCmdlet.Filter">
            <summary>
            <para>
            <para>The findings attributes used to define a condition to filter the findings returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBFindingCmdlet.SortCriterion">
            <summary>
            <para>
            <para>Findings attributes used to sort the list of findings returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBFindingCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of findings to return.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBFindingCmdlet.NextToken">
            <summary>
            <para>
            <para>Paginates results. On your first call to the <code>GetFindings</code> operation, set
            the value of this parameter to <code>NULL</code>. For subsequent calls to the operation,
            fill <code>nextToken</code> in the request with the value of <code>nextToken</code>
            from the previous response to continue listing data.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBHubCmdlet">
            <summary>
            Returns details about the Hub resource in your account, including the <code>HubArn</code>
            and the time when you enabled Security Hub.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBHubCmdlet.HubArn">
            <summary>
            <para>
            <para>The ARN of the Hub resource to retrieve.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBInsightCmdlet">
            <summary>
            Lists and describes insights that insight ARNs specify.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBInsightCmdlet.InsightArn">
            <summary>
            <para>
            <para>The ARNs of the insights that you want to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBInsightCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of items that you want in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBInsightCmdlet.NextToken">
            <summary>
            <para>
            <para>Paginates results. On your first call to the <code>GetInsights</code> operation, set
            the value of this parameter to <code>NULL</code>. For subsequent calls to the operation,
            fill <code>nextToken</code> in the request with the value of <code>nextToken</code>
            from the previous response to continue listing data.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBInsightResultCmdlet">
            <summary>
            Lists the results of the Security Hub insight that the insight ARN specifies.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBInsightResultCmdlet.InsightArn">
            <summary>
            <para>
            <para>The ARN of the insight whose results you want to see.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBInvitationListCmdlet">
            <summary>
            Lists all Security Hub membership invitations that were sent to the current AWS account.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBInvitationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of items that you want in the response. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBInvitationListCmdlet.NextToken">
            <summary>
            <para>
            <para>Paginates results. On your first call to the <code>ListInvitations</code> operation,
            set the value of this parameter to <code>NULL</code>. For subsequent calls to the
            operation, fill <code>nextToken</code> in the request with the value of <code>NextToken</code>
            from the previous response to continue listing data. </para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBInvitationsCountCmdlet">
            <summary>
            Returns the count of all Security Hub membership invitations that were sent to the
            current member account, not including the currently accepted invitation.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBMasterAccountCmdlet">
            <summary>
            Provides the details for the Security Hub master account to the current member account.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBMemberCmdlet">
            <summary>
            Returns the details on the Security Hub member accounts that the account IDs specify.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBMemberCmdlet.AccountId">
            <summary>
            <para>
            <para>A list of account IDs for the Security Hub member accounts that you want to return
            the details for. </para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBMemberListCmdlet">
            <summary>
            Lists details about all member accounts for the current Security Hub master account.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBMemberListCmdlet.OnlyAssociated">
            <summary>
            <para>
            <para>Specifies which member accounts the response includes based on their relationship
            status with the master account. The default value is <code>TRUE</code>. If <code>onlyAssociated</code>
            is set to <code>TRUE</code>, the response includes member accounts whose relationship
            status with the master is set to <code>ENABLED</code> or <code>DISABLED</code>. If
            <code>onlyAssociated</code> is set to <code>FALSE</code>, the response includes all
            existing member accounts. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBMemberListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of items that you want in the response. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBMemberListCmdlet.NextToken">
            <summary>
            <para>
            <para>Paginates results. Set the value of this parameter to <code>NULL</code> on your first
            call to the <code>ListMembers</code> operation. For subsequent calls to the operation,
            fill <code>nextToken</code> in the request with the value of <code>nextToken</code>
            from the previous response to continue listing data. </para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBProductCmdlet">
            <summary>
            Returns information about the products available that you can subscribe to and integrate
            with Security Hub to consolidate findings.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBProductCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBProductCmdlet.NextToken">
            <summary>
            <para>
            <para>The token that is required for pagination.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBResourceTagCmdlet">
            <summary>
            Returns a list of tags associated with a resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.GetSHUBResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The ARN of the resource to retrieve tags for.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SHUB.ImportSHUBFindingsBatchCmdlet">
            <summary>
            Imports security findings generated from an integrated third-party product into Security
            Hub. This action is requested by the integrated product to import its findings into
            Security Hub. The maximum allowed size for a finding is 240 Kb. An error is returned
            for any finding larger than 240 Kb.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.ImportSHUBFindingsBatchCmdlet.Finding">
            <summary>
            <para>
            <para>A list of findings to import. To successfully import a finding, it must follow the
            <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format.html">AWS
            Security Finding Format</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.ImportSHUBFindingsBatchCmdlet.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.SHUB.NewSHUBActionTargetCmdlet">
            <summary>
            Creates a custom action target in Security Hub. You can use custom actions on findings
            and insights in Security Hub to trigger target actions in Amazon CloudWatch Events.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.NewSHUBActionTargetCmdlet.Description">
            <summary>
            <para>
            <para>The description for the custom action target.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.NewSHUBActionTargetCmdlet.Id">
            <summary>
            <para>
            <para>The ID for the custom action target.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.NewSHUBActionTargetCmdlet.Name">
            <summary>
            <para>
            <para>The name of the custom action target.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.NewSHUBActionTargetCmdlet.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.SHUB.NewSHUBInsightCmdlet">
            <summary>
            Creates a custom insight in Security Hub. An insight is a consolidation of findings
            that relate to a security issue that requires attention or remediation. Use the <code>GroupByAttribute</code>
            to group the related findings in the insight.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.NewSHUBInsightCmdlet.Filter">
            <summary>
            <para>
            <para>One or more attributes used to filter the findings included in the insight. Only findings
            that match the criteria defined in the filters are included in the insight.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.NewSHUBInsightCmdlet.GroupByAttribute">
            <summary>
            <para>
            <para>The attribute used as the aggregator to group related findings for the insight.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.NewSHUBInsightCmdlet.Name">
            <summary>
            <para>
            <para>The name of the custom insight to create.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.NewSHUBInsightCmdlet.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.SHUB.NewSHUBMemberCmdlet">
            <summary>
            Creates a member association in Security Hub between the specified accounts and the
            account used to make the request, which is the master account. To successfully create
            a member, you must use this action from an account that already has Security Hub enabled.
            You can use the <a>EnableSecurityHub</a> to enable Security Hub.
             
              
            <para>
            After you use <code>CreateMembers</code> to create member account associations in
            Security Hub, you need to use the <a>InviteMembers</a> action, which invites the accounts
            to enable Security Hub and become member accounts in Security Hub. If the invitation
            is accepted by the account owner, the account becomes a member account in Security
            Hub, and a permission policy is added that permits the master account to view the
            findings generated in the member account. When Security Hub is enabled in the invited
            account, findings start being sent to both the member and master accounts.
            </para><para>
            You can remove the association between the master and member accounts by using the
            <a>DisassociateFromMasterAccount</a> or <a>DisassociateMembers</a> operation.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.NewSHUBMemberCmdlet.AccountDetail">
            <summary>
            <para>
            <para>A list of account ID and email address pairs of the accounts to associate with the
            Security Hub master account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.NewSHUBMemberCmdlet.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.SHUB.RemoveSHUBActionTargetCmdlet">
            <summary>
            Deletes a custom action target from Security Hub. Deleting a custom action target
            doesn't affect any findings or insights that were already sent to Amazon CloudWatch
            Events using the custom action.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.RemoveSHUBActionTargetCmdlet.ActionTargetArn">
            <summary>
            <para>
            <para>The ARN of the custom action target to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.RemoveSHUBActionTargetCmdlet.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.SHUB.RemoveSHUBInsightCmdlet">
            <summary>
            Deletes the insight specified by the <code>InsightArn</code>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.RemoveSHUBInsightCmdlet.InsightArn">
            <summary>
            <para>
            <para>The ARN of the insight to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.RemoveSHUBInsightCmdlet.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.SHUB.RemoveSHUBInvitationCmdlet">
            <summary>
            Deletes invitations received by the AWS account to become a member account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.RemoveSHUBInvitationCmdlet.AccountId">
            <summary>
            <para>
            <para>A list of the account IDs that sent the invitations to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.RemoveSHUBInvitationCmdlet.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.SHUB.RemoveSHUBMasterAccountAssociationCmdlet">
            <summary>
            Disassociates the current Security Hub member account from the associated master account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.RemoveSHUBMasterAccountAssociationCmdlet.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.SHUB.RemoveSHUBMemberCmdlet">
            <summary>
            Deletes the specified member accounts from Security Hub.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.RemoveSHUBMemberCmdlet.AccountId">
            <summary>
            <para>
            <para>A list of account IDs of the member accounts to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.RemoveSHUBMemberCmdlet.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.SHUB.RemoveSHUBMemberAssociationCmdlet">
            <summary>
            Disassociates the specified member accounts from the associated master account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.RemoveSHUBMemberAssociationCmdlet.AccountId">
            <summary>
            <para>
            <para>The account IDs of the member accounts to disassociate from the master account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.RemoveSHUBMemberAssociationCmdlet.PassThru">
            <summary>
            Returns the value passed to the AccountId parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.RemoveSHUBMemberAssociationCmdlet.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.SHUB.RemoveSHUBResourceTagCmdlet">
            <summary>
            Removes one or more tags from a resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.RemoveSHUBResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The ARN of the resource to remove the tags from.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.RemoveSHUBResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>The tag keys associated with the tags to remove from the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.RemoveSHUBResourceTagCmdlet.PassThru">
            <summary>
            Returns the value passed to the ResourceArn parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.RemoveSHUBResourceTagCmdlet.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.SHUB.SendSHUBMemberInvitationCmdlet">
            <summary>
            Invites other AWS accounts to become member accounts for the Security Hub master account
            that the invitation is sent from. Before you can use this action to invite a member,
            you must first create the member account in Security Hub by using the <a>CreateMembers</a>
            action. When the account owner accepts the invitation to become a member account and
            enables Security Hub, the master account can view the findings generated from member
            account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.SendSHUBMemberInvitationCmdlet.AccountId">
            <summary>
            <para>
            <para>A list of IDs of the AWS accounts that you want to invite to Security Hub as members.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.SendSHUBMemberInvitationCmdlet.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.SHUB.UpdateSHUBActionTargetCmdlet">
            <summary>
            Updates the name and description of a custom action target in Security Hub.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.UpdateSHUBActionTargetCmdlet.ActionTargetArn">
            <summary>
            <para>
            <para>The ARN of the custom action target to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.UpdateSHUBActionTargetCmdlet.Description">
            <summary>
            <para>
            <para>The updated description for the custom action target.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.UpdateSHUBActionTargetCmdlet.Name">
            <summary>
            <para>
            <para>The updated name of the custom action target.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.UpdateSHUBActionTargetCmdlet.PassThru">
            <summary>
            Returns the value passed to the ActionTargetArn parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.UpdateSHUBActionTargetCmdlet.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.SHUB.UpdateSHUBFindingCmdlet">
            <summary>
            Updates the <code>Note</code> and <code>RecordState</code> of the Security Hub-aggregated
            findings that the filter attributes specify. Any member account that can view the
            finding also sees the update to the finding.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.UpdateSHUBFindingCmdlet.Filter">
            <summary>
            <para>
            <para>A collection of attributes that specify which findings you want to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.UpdateSHUBFindingCmdlet.RecordState">
            <summary>
            <para>
            <para>The updated record state for the finding.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.UpdateSHUBFindingCmdlet.Note_Text">
            <summary>
            <para>
            <para>The updated note text.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.UpdateSHUBFindingCmdlet.Note_UpdatedBy">
            <summary>
            <para>
            <para>The principal that updated the note.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.UpdateSHUBFindingCmdlet.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.SHUB.UpdateSHUBInsightCmdlet">
            <summary>
            Updates the Security Hub insight that the insight ARN specifies.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.UpdateSHUBInsightCmdlet.Filter">
            <summary>
            <para>
            <para>The updated filters that define this insight.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.UpdateSHUBInsightCmdlet.GroupByAttribute">
            <summary>
            <para>
            <para>The updated <code>GroupBy</code> attribute that defines this insight.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.UpdateSHUBInsightCmdlet.InsightArn">
            <summary>
            <para>
            <para>The ARN of the insight that you want to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.UpdateSHUBInsightCmdlet.Name">
            <summary>
            <para>
            <para>The updated name for the insight.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.UpdateSHUBInsightCmdlet.PassThru">
            <summary>
            Returns the value passed to the InsightArn parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHUB.UpdateSHUBInsightCmdlet.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>