AWS Security Hub Price List API all Attribute Names and Values


Last Updated on April 28, 2021

Below is a reference for all attribute names and attribute values in AWS Price List API for AWS Security Hub.

Note: All the list below are in alphabetical order.

Service Code: AWSSecurityHub

Python Code to get Attribute Names for AWS Security Hub using Boto3

import boto3

pricing_client = boto3.client('pricing', region_name='us-east-1')

response = pricing_client.describe_services(ServiceCode='AWSSecurityHub')

attribute_names = response['Services'][0]['AttributeNames']

print(attribute_names)

Attribute Name List for AWS Security Hub


Python Code to get the Attribute Values List for AWS Security Hub using Boto3

import boto3

pricing_client = boto3.client('pricing', region_name='us-east-1')

response = pricing_client.describe_services(ServiceCode='AWSSecurityHub')

attribute_names = response['Services'][0]['AttributeNames']

for attribute_name in attribute_names:

    attribute_values = []

    response_iterator = pricing_client.get_paginator('get_attribute_values').paginate(
        ServiceCode='AWSSecurityHub',
        AttributeName=attribute_name
    )

    for response in response_iterator:
        for attribute_value in response['AttributeValues']:
            attribute_values.append(attribute_value['Value'])

    print('Attribute Name:', attribute_name)
    print(attribute_values)
    print()

Attribute Values List for AWS Security Hub

Attribute Name: findingGroup
Values:

FreeFindingsIngestion
FreeFindingsIngestion-CrossRegion
FreeFindingsIngestion-FreeTier
FreeFindingsIngestion-FreeTrial
PaidFindingsIngestion

Attribute Name: findingSource
Values:

Basic
OtherProduct
SecurityHubProduct

Attribute Name: findingStorage
Values:

Basic

Attribute Name: location
Values:

Africa (Cape Town)
Asia Pacific (Hong Kong)
Asia Pacific (Mumbai)
Asia Pacific (Osaka)
Asia Pacific (Seoul)
Asia Pacific (Singapore)
Asia Pacific (Sydney)
Asia Pacific (Tokyo)
AWS GovCloud (US-East)
AWS GovCloud (US-West)
Canada (Central)
China (Beijing)
China (Ningxia)
EU (Frankfurt)
EU (Ireland)
EU (London)
EU (Milan)
EU (Paris)
EU (Stockholm)
Middle East (Bahrain)
South America (Sao Paulo)
US East (N. Virginia)
US East (Ohio)
US West (N. California)
US West (Oregon)

Attribute Name: locationType
Values:

AWS Region

Attribute Name: productFamily
Values:

AWS Security Hub - Findings
AWS Security Hub - Standards

Attribute Name: servicecode
Values:

AWSSecurityHub

Attribute Name: servicename
Values:

AWS Security Hub

Attribute Name: standardGroup
Values:

FreeComplianceCheck
PaidComplianceCheck

Attribute Name: standardStorage
Values:

Basic

Attribute Name: termType
Values:

OnDemand

Attribute Name: usagetype
Values:

AFS1-FreeComplianceCheck                             APN3-OtherProduct:FreeFindingsIngestion-FreeTrial    CAN1-PaidComplianceCheck                             EUN1-SecurityHubProduct:FreeFindingsIngestion        SAE1-FreeFindingsIngestion-CrossRegion               USE2-OtherProduct:FreeFindingsIngestion-FreeTrial    
AFS1-FreeFindingsIngestion-CrossRegion               APN3-OtherProduct:PaidFindingsIngestion              CAN1-SecurityHubProduct:FreeFindingsIngestion        EUS1-FreeComplianceCheck                             SAE1-OtherProduct:FreeFindingsIngestion-FreeTier     USE2-OtherProduct:PaidFindingsIngestion              
AFS1-OtherProduct:FreeFindingsIngestion-FreeTier     APN3-PaidComplianceCheck                             CNN1-OtherProduct:FreeFindingsIngestion-FreeTier     EUS1-FreeFindingsIngestion-CrossRegion               SAE1-OtherProduct:FreeFindingsIngestion-FreeTrial    USE2-PaidComplianceCheck                             
AFS1-OtherProduct:FreeFindingsIngestion-FreeTrial    APN3-SecurityHubProduct:FreeFindingsIngestion        CNN1-OtherProduct:FreeFindingsIngestion-FreeTrial    EUS1-OtherProduct:FreeFindingsIngestion-FreeTier     SAE1-OtherProduct:PaidFindingsIngestion              USE2-SecurityHubProduct:FreeFindingsIngestion        
AFS1-OtherProduct:PaidFindingsIngestion              APS1-FreeComplianceCheck                             CNN1-OtherProduct:PaidFindingsIngestion              EUS1-OtherProduct:FreeFindingsIngestion-FreeTrial    SAE1-PaidComplianceCheck                             USW1-FreeComplianceCheck                             
AFS1-PaidComplianceCheck                             APS1-FreeFindingsIngestion-CrossRegion               CNN1-SecurityHubProduct:FreeFindingsIngestion        EUS1-OtherProduct:PaidFindingsIngestion              SAE1-SecurityHubProduct:FreeFindingsIngestion        USW1-FreeFindingsIngestion-CrossRegion               
AFS1-SecurityHubProduct:FreeFindingsIngestion        APS1-OtherProduct:FreeFindingsIngestion-FreeTier     CNW1-OtherProduct:FreeFindingsIngestion-FreeTier     EUS1-PaidComplianceCheck                             UGE1-FreeComplianceCheck                             USW1-OtherProduct:FreeFindingsIngestion-FreeTier     
APE1-FreeComplianceCheck                             APS1-OtherProduct:FreeFindingsIngestion-FreeTrial    CNW1-OtherProduct:FreeFindingsIngestion-FreeTrial    EUS1-SecurityHubProduct:FreeFindingsIngestion        UGE1-FreeFindingsIngestion-CrossRegion               USW1-OtherProduct:FreeFindingsIngestion-FreeTrial    
APE1-FreeFindingsIngestion-CrossRegion               APS1-OtherProduct:PaidFindingsIngestion              CNW1-OtherProduct:PaidFindingsIngestion              EUW2-FreeComplianceCheck                             UGE1-OtherProduct:FreeFindingsIngestion-FreeTier     USW1-OtherProduct:PaidFindingsIngestion              
APE1-OtherProduct:FreeFindingsIngestion-FreeTier     APS1-PaidComplianceCheck                             CNW1-SecurityHubProduct:FreeFindingsIngestion        EUW2-FreeFindingsIngestion-CrossRegion               UGE1-OtherProduct:FreeFindingsIngestion-FreeTrial    USW1-PaidComplianceCheck                             
APE1-OtherProduct:FreeFindingsIngestion-FreeTrial    APS1-SecurityHubProduct:FreeFindingsIngestion        EU-FreeComplianceCheck                               EUW2-OtherProduct:FreeFindingsIngestion-FreeTier     UGE1-OtherProduct:PaidFindingsIngestion              USW1-SecurityHubProduct:FreeFindingsIngestion        
APE1-OtherProduct:PaidFindingsIngestion              APS2-FreeComplianceCheck                             EU-FreeFindingsIngestion-CrossRegion                 EUW2-OtherProduct:FreeFindingsIngestion-FreeTrial    UGE1-PaidComplianceCheck                             USW2-FreeComplianceCheck                             
APE1-PaidComplianceCheck                             APS2-FreeFindingsIngestion-CrossRegion               EU-OtherProduct:FreeFindingsIngestion-FreeTier       EUW2-OtherProduct:PaidFindingsIngestion              UGE1-SecurityHubProduct:FreeFindingsIngestion        USW2-FreeFindingsIngestion-CrossRegion               
APE1-SecurityHubProduct:FreeFindingsIngestion        APS2-OtherProduct:FreeFindingsIngestion-FreeTier     EU-OtherProduct:FreeFindingsIngestion-FreeTrial      EUW2-PaidComplianceCheck                             UGW1-FreeComplianceCheck                             USW2-OtherProduct:FreeFindingsIngestion-FreeTier     
APN1-FreeComplianceCheck                             APS2-OtherProduct:FreeFindingsIngestion-FreeTrial    EU-OtherProduct:PaidFindingsIngestion                EUW2-SecurityHubProduct:FreeFindingsIngestion        UGW1-FreeFindingsIngestion-CrossRegion               USW2-OtherProduct:FreeFindingsIngestion-FreeTrial    
APN1-FreeFindingsIngestion-CrossRegion               APS2-OtherProduct:PaidFindingsIngestion              EU-PaidComplianceCheck                               EUW3-FreeComplianceCheck                             UGW1-OtherProduct:FreeFindingsIngestion-FreeTier     USW2-OtherProduct:PaidFindingsIngestion              
APN1-OtherProduct:FreeFindingsIngestion-FreeTier     APS2-PaidComplianceCheck                             EU-SecurityHubProduct:FreeFindingsIngestion          EUW3-FreeFindingsIngestion-CrossRegion               UGW1-OtherProduct:FreeFindingsIngestion-FreeTrial    USW2-PaidComplianceCheck                             
APN1-OtherProduct:FreeFindingsIngestion-FreeTrial    APS2-SecurityHubProduct:FreeFindingsIngestion        EUC1-FreeComplianceCheck                             EUW3-OtherProduct:FreeFindingsIngestion-FreeTier     UGW1-OtherProduct:PaidFindingsIngestion              USW2-SecurityHubProduct:FreeFindingsIngestion        
APN1-OtherProduct:PaidFindingsIngestion              APS3-FreeComplianceCheck                             EUC1-FreeFindingsIngestion-CrossRegion               EUW3-OtherProduct:FreeFindingsIngestion-FreeTrial    UGW1-PaidComplianceCheck                             
APN1-PaidComplianceCheck                             APS3-FreeFindingsIngestion-CrossRegion               EUC1-OtherProduct:FreeFindingsIngestion-FreeTier     EUW3-OtherProduct:PaidFindingsIngestion              UGW1-SecurityHubProduct:FreeFindingsIngestion        
APN1-SecurityHubProduct:FreeFindingsIngestion        APS3-OtherProduct:FreeFindingsIngestion-FreeTier     EUC1-OtherProduct:FreeFindingsIngestion-FreeTrial    EUW3-PaidComplianceCheck                             USE1-FreeComplianceCheck                             
APN2-FreeComplianceCheck                             APS3-OtherProduct:FreeFindingsIngestion-FreeTrial    EUC1-OtherProduct:PaidFindingsIngestion              EUW3-SecurityHubProduct:FreeFindingsIngestion        USE1-FreeFindingsIngestion-CrossRegion               
APN2-FreeFindingsIngestion-CrossRegion               APS3-OtherProduct:PaidFindingsIngestion              EUC1-PaidComplianceCheck                             MES1-FreeComplianceCheck                             USE1-OtherProduct:FreeFindingsIngestion-FreeTier     
APN2-OtherProduct:FreeFindingsIngestion-FreeTier     APS3-PaidComplianceCheck                             EUC1-SecurityHubProduct:FreeFindingsIngestion        MES1-FreeFindingsIngestion-CrossRegion               USE1-OtherProduct:FreeFindingsIngestion-FreeTrial    
APN2-OtherProduct:FreeFindingsIngestion-FreeTrial    APS3-SecurityHubProduct:FreeFindingsIngestion        EUN1-FreeComplianceCheck                             MES1-OtherProduct:FreeFindingsIngestion-FreeTier     USE1-OtherProduct:PaidFindingsIngestion              
APN2-OtherProduct:PaidFindingsIngestion              CAN1-FreeComplianceCheck                             EUN1-FreeFindingsIngestion-CrossRegion               MES1-OtherProduct:FreeFindingsIngestion-FreeTrial    USE1-PaidComplianceCheck                             
APN2-PaidComplianceCheck                             CAN1-FreeFindingsIngestion-CrossRegion               EUN1-OtherProduct:FreeFindingsIngestion-FreeTier     MES1-OtherProduct:PaidFindingsIngestion              USE1-SecurityHubProduct:FreeFindingsIngestion        
APN2-SecurityHubProduct:FreeFindingsIngestion        CAN1-OtherProduct:FreeFindingsIngestion-FreeTier     EUN1-OtherProduct:FreeFindingsIngestion-FreeTrial    MES1-PaidComplianceCheck                             USE2-FreeComplianceCheck                             
APN3-FreeComplianceCheck                             CAN1-OtherProduct:FreeFindingsIngestion-FreeTrial    EUN1-OtherProduct:PaidFindingsIngestion              MES1-SecurityHubProduct:FreeFindingsIngestion        USE2-FreeFindingsIngestion-CrossRegion               
APN3-OtherProduct:FreeFindingsIngestion-FreeTier     CAN1-OtherProduct:PaidFindingsIngestion              EUN1-PaidComplianceCheck                             SAE1-FreeComplianceCheck                             USE2-OtherProduct:FreeFindingsIngestion-FreeTier     

We hope the above list of attribute names and values helps when using the AWS Price List API for AWS Security Hub.

If the list is outdated, let us know in the comments below. We’ll update it as soon as we can.


Leave a Reply

Your email address will not be published. Required fields are marked *