AWS.Tools.ControlCatalog.XML
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.ControlCatalog</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.CLCAT.GetCLCATCommonControlListCmdlet"> <summary> Returns a paginated list of common controls from the Amazon Web Services Control Catalog. <para> You can apply an optional filter to see common controls that have a specific objective. If you don’t provide a filter, the operation returns all common controls. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CLCAT.GetCLCATCommonControlListCmdlet.CommonControlFilter_Objective"> <summary> <para> <para>The objective that's used as filter criteria.</para><para>You can use this parameter to specify one objective ARN at a time. Passing multiple ARNs in the <c>CommonControlFilter</c> isn’t currently supported.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CLCAT.GetCLCATCommonControlListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results on a page or for an API request call.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CLCAT.GetCLCATCommonControlListCmdlet.NextToken"> <summary> <para> <para>The pagination token that's used to fetch the next set of results.</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, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CLCAT.GetCLCATCommonControlListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'CommonControls'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ControlCatalog.Model.ListCommonControlsResponse). Specifying the name of a property of type Amazon.ControlCatalog.Model.ListCommonControlsResponse 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.CLCAT.GetCLCATCommonControlListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.CLCAT.GetCLCATDomainListCmdlet"> <summary> Returns a paginated list of domains from the Amazon Web Services Control Catalog.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CLCAT.GetCLCATDomainListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results on a page or for an API request call.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CLCAT.GetCLCATDomainListCmdlet.NextToken"> <summary> <para> <para>The pagination token that's used to fetch the next set of results.</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, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CLCAT.GetCLCATDomainListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Domains'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ControlCatalog.Model.ListDomainsResponse). Specifying the name of a property of type Amazon.ControlCatalog.Model.ListDomainsResponse 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.CLCAT.GetCLCATDomainListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.CLCAT.GetCLCATObjectiveListCmdlet"> <summary> Returns a paginated list of objectives from the Amazon Web Services Control Catalog. <para> You can apply an optional filter to see the objectives that belong to a specific domain. If you don’t provide a filter, the operation returns all objectives. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CLCAT.GetCLCATObjectiveListCmdlet.ObjectiveFilter_Domain"> <summary> <para> <para>The domain that's used as filter criteria.</para><para>You can use this parameter to specify one domain ARN at a time. Passing multiple ARNs in the <c>ObjectiveFilter</c> isn’t currently supported.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CLCAT.GetCLCATObjectiveListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results on a page or for an API request call.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CLCAT.GetCLCATObjectiveListCmdlet.NextToken"> <summary> <para> <para>The pagination token that's used to fetch the next set of results.</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, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CLCAT.GetCLCATObjectiveListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Objectives'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ControlCatalog.Model.ListObjectivesResponse). Specifying the name of a property of type Amazon.ControlCatalog.Model.ListObjectivesResponse 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.CLCAT.GetCLCATObjectiveListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> </members> </doc> |