AWS.Tools.ControlTower.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.ControlTower</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.ACT.DisableACTControlCmdlet">
            <summary>
            This API call turns off a control. It starts an asynchronous operation that deletes
            AWS resources on the specified organizational unit and the accounts it contains. The
            resources will vary according to the control that you specify. For usage examples,
            see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/control-api-examples-short.html"><i>the AWS Control Tower User Guide</i></a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ACT.DisableACTControlCmdlet.ControlIdentifier">
            <summary>
            <para>
            <para>The ARN of the control. Only <b>Strongly recommended</b> and <b>Elective</b> controls
            are permitted, with the exception of the <b>Region deny</b> control. For information
            on how to find the <code>controlIdentifier</code>, see <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/Welcome.html">the
            overview page</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ACT.DisableACTControlCmdlet.TargetIdentifier">
            <summary>
            <para>
            <para>The ARN of the organizational unit. For information on how to find the <code>targetIdentifier</code>,
            see <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/Welcome.html">the
            overview page</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ACT.DisableACTControlCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'OperationIdentifier'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ControlTower.Model.DisableControlResponse).
            Specifying the name of a property of type Amazon.ControlTower.Model.DisableControlResponse 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.ACT.DisableACTControlCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TargetIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^TargetIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ACT.DisableACTControlCmdlet.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.ACT.EnableACTControlCmdlet">
            <summary>
            This API call activates a control. It starts an asynchronous operation that creates
            AWS resources on the specified organizational unit and the accounts it contains. The
            resources created will vary according to the control that you specify. For usage examples,
            see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/control-api-examples-short.html"><i>the AWS Control Tower User Guide</i></a>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ACT.EnableACTControlCmdlet.ControlIdentifier">
            <summary>
            <para>
            <para>The ARN of the control. Only <b>Strongly recommended</b> and <b>Elective</b> controls
            are permitted, with the exception of the <b>Region deny</b> control. For information
            on how to find the <code>controlIdentifier</code>, see <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/Welcome.html">the
            overview page</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ACT.EnableACTControlCmdlet.TargetIdentifier">
            <summary>
            <para>
            <para>The ARN of the organizational unit. For information on how to find the <code>targetIdentifier</code>,
            see <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/Welcome.html">the
            overview page</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ACT.EnableACTControlCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'OperationIdentifier'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ControlTower.Model.EnableControlResponse).
            Specifying the name of a property of type Amazon.ControlTower.Model.EnableControlResponse 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.ACT.EnableACTControlCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TargetIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^TargetIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ACT.EnableACTControlCmdlet.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.ACT.GetACTControlOperationCmdlet">
            <summary>
            Returns the status of a particular <code>EnableControl</code> or <code>DisableControl</code>
            operation. Displays a message in case of error. Details for an operation are available
            for 90 days. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/control-api-examples-short.html"><i>the AWS Control Tower User Guide</i></a>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ACT.GetACTControlOperationCmdlet.OperationIdentifier">
            <summary>
            <para>
            <para>The ID of the asynchronous operation, which is used to track status. The operation
            is available for 90 days.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ACT.GetACTControlOperationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ControlOperation'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ControlTower.Model.GetControlOperationResponse).
            Specifying the name of a property of type Amazon.ControlTower.Model.GetControlOperationResponse 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.ACT.GetACTControlOperationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the OperationIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^OperationIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ACT.GetACTEnabledControlCmdlet">
            <summary>
            Provides details about the enabled control. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/control-api-examples-short.html"><i>the AWS Control Tower User Guide</i></a>.
             
              
            <para><b>Returned values</b></para><ul><li><para>
            TargetRegions: Shows target AWS Regions where the enabled control is available to
            be deployed.
            </para></li><li><para>
            StatusSummary: Provides a detailed summary of the deployment status.
            </para></li><li><para>
            DriftSummary: Provides a detailed summary of the drifted status.
            </para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ACT.GetACTEnabledControlCmdlet.EnabledControlIdentifier">
            <summary>
            <para>
            <para> The ARN of the enabled control. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ACT.GetACTEnabledControlCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EnabledControlDetails'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ControlTower.Model.GetEnabledControlResponse).
            Specifying the name of a property of type Amazon.ControlTower.Model.GetEnabledControlResponse 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.ACT.GetACTEnabledControlCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EnabledControlIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^EnabledControlIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ACT.GetACTEnabledControlListCmdlet">
            <summary>
            Lists the controls enabled by AWS Control Tower on the specified organizational unit
            and the accounts it contains. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/control-api-examples-short.html"><i>the AWS Control Tower User Guide</i></a>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ACT.GetACTEnabledControlListCmdlet.TargetIdentifier">
            <summary>
            <para>
            <para>The ARN of the organizational unit. For information on how to find the <code>targetIdentifier</code>,
            see <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/Welcome.html">the
            overview page</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ACT.GetACTEnabledControlListCmdlet.MaxResult">
            <summary>
            <para>
            <para>How many results to return per API call.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ACT.GetACTEnabledControlListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token to continue the list from a previous API call with the same parameters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ACT.GetACTEnabledControlListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EnabledControls'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ControlTower.Model.ListEnabledControlsResponse).
            Specifying the name of a property of type Amazon.ControlTower.Model.ListEnabledControlsResponse 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.ACT.GetACTEnabledControlListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TargetIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^TargetIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
    </members>
</doc>