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 supported.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call 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.GetCLCATControlCmdlet">
            <summary>
            Returns details about a specific control, most notably a list of Amazon Web Services
            Regions where this control is supported. Input a value for the <i>ControlArn</i> parameter,
            in ARN form. <c>GetControl</c> accepts <i>controltower</i> or <i>controlcatalog</i>
            control ARNs as input. Returns a <i>controlcatalog</i> ARN format.
             
              
            <para>
            In the API response, controls that have the value <c>GLOBAL</c> in the <c>Scope</c>
            field do not show the <c>DeployableRegions</c> field, because it does not apply. Controls
            that have the value <c>REGIONAL</c> in the <c>Scope</c> field return a value for the
            <c>DeployableRegions</c> field, as shown in the example.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CLCAT.GetCLCATControlCmdlet.ControlArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the control. It has one of the following formats:</para><para><i>Global format</i></para><para><c>arn:{PARTITION}:controlcatalog:::control/{CONTROL_CATALOG_OPAQUE_ID}</c></para><para><i>Or Regional format</i></para><para><c>arn:{PARTITION}:controltower:{REGION}::control/{CONTROL_TOWER_OPAQUE_ID}</c></para><para>Here is a more general pattern that covers Amazon Web Services Control Tower and Control
            Catalog ARNs:</para><para><c>^arn:(aws(?:[-a-z]*)?):(controlcatalog|controltower):[a-zA-Z0-9-]*::control/[0-9a-zA-Z_\\-]+$</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CLCAT.GetCLCATControlCmdlet.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.ControlCatalog.Model.GetControlResponse).
            Specifying the name of a property of type Amazon.ControlCatalog.Model.GetControlResponse 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.CLCAT.GetCLCATControlListCmdlet">
            <summary>
            Returns a paginated list of all available controls in the Control Catalog library.
            Allows you to discover available controls. The list of controls is given as structures
            of type <i>controlSummary</i>. The ARN is returned in the global <i>controlcatalog</i>
            format, as shown in the examples.<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.GetCLCATControlListCmdlet.Implementations_Identifier">
            <summary>
            <para>
            <para>A list of service-specific identifiers that can serve as filters. For example, you
            can filter for controls with specific Amazon Web Services Config Rule IDs or Security
            Hub Control IDs.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CLCAT.GetCLCATControlListCmdlet.Implementations_Type">
            <summary>
            <para>
            <para>A list of implementation types that can serve as filters. For example, you can filter
            for controls implemented as Amazon Web Services Config Rules by specifying AWS::Config::ConfigRule
            as a type.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CLCAT.GetCLCATControlListCmdlet.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.GetCLCATControlListCmdlet.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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CLCAT.GetCLCATControlListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Controls'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ControlCatalog.Model.ListControlsResponse).
            Specifying the name of a property of type Amazon.ControlCatalog.Model.ListControlsResponse 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.GetCLCATControlListCmdlet.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.GetCLCATControlMappingListCmdlet">
            <summary>
            Returns a paginated list of control mappings from the Control Catalog. Control mappings
            show relationships between controls and other entities, such as common controls or
            compliance frameworks.<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.GetCLCATControlMappingListCmdlet.Filter_CommonControlArn">
            <summary>
            <para>
            <para>A list of common control ARNs to filter the mappings. When specified, only mappings
            associated with these common controls are returned.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CLCAT.GetCLCATControlMappingListCmdlet.Filter_ControlArn">
            <summary>
            <para>
            <para>A list of control ARNs to filter the mappings. When specified, only mappings associated
            with these controls are returned.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CLCAT.GetCLCATControlMappingListCmdlet.Filter_MappingType">
            <summary>
            <para>
            <para>A list of mapping types to filter the mappings. When specified, only mappings of these
            types are returned.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CLCAT.GetCLCATControlMappingListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results on a page or for an API request call.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CLCAT.GetCLCATControlMappingListCmdlet.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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CLCAT.GetCLCATControlMappingListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ControlMappings'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ControlCatalog.Model.ListControlMappingsResponse).
            Specifying the name of a property of type Amazon.ControlCatalog.Model.ListControlMappingsResponse 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.GetCLCATControlMappingListCmdlet.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 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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call 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 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 supported.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call 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>