:doc:`LicenseManager <../../license-manager>` / Client / list_license_configurations_for_organization

********************************************
list_license_configurations_for_organization
********************************************



.. py:method:: LicenseManager.Client.list_license_configurations_for_organization(**kwargs)

  

  Lists license configurations for an organization.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/ListLicenseConfigurationsForOrganization>`_  


  **Request Syntax**
  ::

    response = client.list_license_configurations_for_organization(
        LicenseConfigurationArns=[
            'string',
        ],
        MaxResults=123,
        NextToken='string',
        Filters=[
            {
                'Name': 'string',
                'Values': [
                    'string',
                ]
            },
        ]
    )
    
  :type LicenseConfigurationArns: list
  :param LicenseConfigurationArns: 

    License configuration ARNs.

    

  
    - *(string) --* 

    

  :type MaxResults: integer
  :param MaxResults: 

    Maximum number of results to return in a single call.

    

  
  :type NextToken: string
  :param NextToken: 

    Token for the next set of results.

    

  
  :type Filters: list
  :param Filters: 

    Filters to scope the results.

    

  
    - *(dict) --* 

      A filter name and value pair that is used to return more specific results from a describe operation. Filters can be used to match a set of resources by specific criteria, such as tags, attributes, or IDs.

      

    
      - **Name** *(string) --* 

        Name of the filter. Filter names are case-sensitive.

        

      
      - **Values** *(list) --* 

        The value of the filter, which is case-sensitive. You can only specify one value for the filter.

        

      
        - *(string) --* 

        
    
    

  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'LicenseConfigurations': [
              {
                  'LicenseConfigurationId': 'string',
                  'LicenseConfigurationArn': 'string',
                  'Name': 'string',
                  'Description': 'string',
                  'LicenseCountingType': 'vCPU'|'Instance'|'Core'|'Socket',
                  'LicenseRules': [
                      'string',
                  ],
                  'LicenseCount': 123,
                  'LicenseCountHardLimit': True|False,
                  'DisassociateWhenNotFound': True|False,
                  'ConsumedLicenses': 123,
                  'Status': 'string',
                  'OwnerAccountId': 'string',
                  'ConsumedLicenseSummaryList': [
                      {
                          'ResourceType': 'EC2_INSTANCE'|'EC2_HOST'|'EC2_AMI'|'RDS'|'SYSTEMS_MANAGER_MANAGED_INSTANCE',
                          'ConsumedLicenses': 123
                      },
                  ],
                  'ManagedResourceSummaryList': [
                      {
                          'ResourceType': 'EC2_INSTANCE'|'EC2_HOST'|'EC2_AMI'|'RDS'|'SYSTEMS_MANAGER_MANAGED_INSTANCE',
                          'AssociationCount': 123
                      },
                  ],
                  'ProductInformationList': [
                      {
                          'ResourceType': 'string',
                          'ProductInformationFilterList': [
                              {
                                  'ProductInformationFilterName': 'string',
                                  'ProductInformationFilterValue': [
                                      'string',
                                  ],
                                  'ProductInformationFilterComparator': 'string'
                              },
                          ]
                      },
                  ],
                  'AutomatedDiscoveryInformation': {
                      'LastRunTime': datetime(2015, 1, 1)
                  },
                  'LicenseExpiry': 123
              },
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **LicenseConfigurations** *(list) --* 

        License configurations.

        
        

        - *(dict) --* 

          A license configuration is an abstraction of a customer license agreement that can be consumed and enforced by License Manager. Components include specifications for the license type (licensing by instance, socket, CPU, or vCPU), allowed tenancy (shared tenancy, Dedicated Instance, Dedicated Host, or all of these), host affinity (how long a VM must be associated with a host), and the number of licenses purchased and used.

          
          

          - **LicenseConfigurationId** *(string) --* 

            Unique ID of the license configuration.

            
          

          - **LicenseConfigurationArn** *(string) --* 

            Amazon Resource Name (ARN) of the license configuration.

            
          

          - **Name** *(string) --* 

            Name of the license configuration.

            
          

          - **Description** *(string) --* 

            Description of the license configuration.

            
          

          - **LicenseCountingType** *(string) --* 

            Dimension to use to track the license inventory.

            
          

          - **LicenseRules** *(list) --* 

            License rules.

            
            

            - *(string) --* 
        
          

          - **LicenseCount** *(integer) --* 

            Number of licenses managed by the license configuration.

            
          

          - **LicenseCountHardLimit** *(boolean) --* 

            Number of available licenses as a hard limit.

            
          

          - **DisassociateWhenNotFound** *(boolean) --* 

            When true, disassociates a resource when software is uninstalled.

            
          

          - **ConsumedLicenses** *(integer) --* 

            Number of licenses consumed.

            
          

          - **Status** *(string) --* 

            Status of the license configuration.

            
          

          - **OwnerAccountId** *(string) --* 

            Account ID of the license configuration's owner.

            
          

          - **ConsumedLicenseSummaryList** *(list) --* 

            Summaries for licenses consumed by various resources.

            
            

            - *(dict) --* 

              Details about license consumption.

              
              

              - **ResourceType** *(string) --* 

                Resource type of the resource consuming a license.

                
              

              - **ConsumedLicenses** *(integer) --* 

                Number of licenses consumed by the resource.

                
          
        
          

          - **ManagedResourceSummaryList** *(list) --* 

            Summaries for managed resources.

            
            

            - *(dict) --* 

              Summary information about a managed resource.

              
              

              - **ResourceType** *(string) --* 

                Type of resource associated with a license.

                
              

              - **AssociationCount** *(integer) --* 

                Number of resources associated with licenses.

                
          
        
          

          - **ProductInformationList** *(list) --* 

            Product information.

            
            

            - *(dict) --* 

              Describes product information for a license configuration.

              
              

              - **ResourceType** *(string) --* 

                Resource type. The possible values are ``SSM_MANAGED`` | ``RDS``.

                
              

              - **ProductInformationFilterList** *(list) --* 

                A Product information filter consists of a ``ProductInformationFilterComparator`` which is a logical operator, a ``ProductInformationFilterName`` which specifies the type of filter being declared, and a ``ProductInformationFilterValue`` that specifies the value to filter on.

                 

                Accepted values for ``ProductInformationFilterName`` are listed here along with descriptions and valid options for ``ProductInformationFilterComparator``.

                 

                The following filters and are supported when the resource type is ``SSM_MANAGED``:

                 

                
                * ``Application Name`` - The name of the application. Logical operator is ``EQUALS``.
                 
                * ``Application Publisher`` - The publisher of the application. Logical operator is ``EQUALS``.
                 
                * ``Application Version`` - The version of the application. Logical operator is ``EQUALS``.
                 
                * ``Platform Name`` - The name of the platform. Logical operator is ``EQUALS``.
                 
                * ``Platform Type`` - The platform type. Logical operator is ``EQUALS``.
                 
                * ``Tag:key`` - The key of a tag attached to an Amazon Web Services resource you wish to exclude from automated discovery. Logical operator is ``NOT_EQUALS``. The key for your tag must be appended to ``Tag:`` following the example: ``Tag:name-of-your-key``. ``ProductInformationFilterValue`` is optional if you are not using values for the key.
                 
                * ``AccountId`` - The 12-digit ID of an Amazon Web Services account you wish to exclude from automated discovery. Logical operator is ``NOT_EQUALS``.
                 
                * ``License Included`` - The type of license included. Logical operators are ``EQUALS`` and ``NOT_EQUALS``. Possible values are: ``sql-server-enterprise`` | ``sql-server-standard`` | ``sql-server-web`` | ``windows-server-datacenter``.
                

                 

                The following filters and logical operators are supported when the resource type is ``RDS``:

                 

                
                * ``Engine Edition`` - The edition of the database engine. Logical operator is ``EQUALS``. Possible values are: ``oracle-ee`` | ``oracle-se`` | ``oracle-se1`` | ``oracle-se2`` | ``db2-se`` | ``db2-ae``.
                 
                * ``License Pack`` - The license pack. Logical operator is ``EQUALS``. Possible values are: ``data guard`` | ``diagnostic pack sqlt`` | ``tuning pack sqlt`` | ``ols`` | ``olap``.
                

                
                

                - *(dict) --* 

                  Describes product information filters.

                  
                  

                  - **ProductInformationFilterName** *(string) --* 

                    Filter name.

                    
                  

                  - **ProductInformationFilterValue** *(list) --* 

                    Filter value.

                    
                    

                    - *(string) --* 
                
                  

                  - **ProductInformationFilterComparator** *(string) --* 

                    Logical operator.

                    
              
            
          
        
          

          - **AutomatedDiscoveryInformation** *(dict) --* 

            Automated discovery information.

            
            

            - **LastRunTime** *(datetime) --* 

              Time that automated discovery last ran.

              
        
          

          - **LicenseExpiry** *(integer) --* 

            License configuration expiry time in Unix timestamp format.

            
      
    
      

      - **NextToken** *(string) --* 

        Token for the next set of results.

        
  
  **Exceptions**
  
  *   :py:class:`LicenseManager.Client.exceptions.InvalidParameterValueException`

  
  *   :py:class:`LicenseManager.Client.exceptions.ServerInternalException`

  
  *   :py:class:`LicenseManager.Client.exceptions.FilterLimitExceededException`

  
  *   :py:class:`LicenseManager.Client.exceptions.AuthorizationException`

  
  *   :py:class:`LicenseManager.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`LicenseManager.Client.exceptions.RateLimitExceededException`

  