# Cloudflare::LoadBalancer::Pool A resource to manage a pool of origin servers ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "Type" : "Cloudflare::LoadBalancer::Pool",
    "Properties" : {
        "Name" : String,
        "AccountIdentifier" : String,
        "Origins" : [ Origin, ... ],
        "NotificationFilter" : Filter,
        "CheckRegions" : [ String, ... ],
        "Description" : String,
        "Enabled" : Boolean,
        "Latitude" : Double,
        "Longitude" : Double,
        "LoadShedding" : LoadShedding,
        "MinimumOrigins" : Double,
        "Monitor" : String,
        "NotificationEmail" : String,
        "OriginSteering" : OriginSteering,
    }
}
### YAML
Type: Cloudflare::LoadBalancer::Pool
Properties:
    Name: String
    AccountIdentifier: String
    Origins: 
      - Origin
    NotificationFilter: Filter
    CheckRegions: 
      - String
    Description: String
    Enabled: Boolean
    Latitude: Double
    Longitude: Double
    LoadShedding: LoadShedding
    MinimumOrigins: Double
    Monitor: String
    NotificationEmail: String
    OriginSteering: OriginSteering
## Properties #### Name A short name (tag) for the pool. Only alphanumeric characters, hyphens, and underscores are allowed. _Required_: Yes _Type_: String _Pattern_: ^[a-zA-Z0-9\-\_]+$ _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### AccountIdentifier The account identifier _Required_: No _Type_: String _Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) #### Origins The list of origins within this pool. Traffic directed at this pool is balanced across all currently healthy origins, provided the pool itself is healthy _Required_: Yes _Type_: List of Origin _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### NotificationFilter Filter pool and origin health notifications by resource type or health status. Use null to reset _Required_: No _Type_: Filter _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### CheckRegions A list of regions (specified by region code) from which to run health checks. Empty means every Cloudflare data center (the default), but requires an Enterprise plan _Required_: No _Type_: List of String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Description Free text description. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Enabled Whether to enable (the default) this pool. Disabled pools will not receive traffic and are excluded from health checks. Disabling a pool will cause any load balancers using it to failover to the next pool (if any). _Required_: No _Type_: Boolean _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Latitude The latitude this pool is physically located at; used for proximity steering. Values should be between -90 and 90. _Required_: No _Type_: Double _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Longitude The longitude this pool is physically located at; used for proximity steering. Values should be between -180 and 180. _Required_: No _Type_: Double _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### LoadShedding Configures load shedding policies and percentages for the pool _Required_: No _Type_: LoadShedding _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### MinimumOrigins The minimum number of origins that must be healthy for this pool to serve traffic. If the number of healthy origins falls below this number, the pool will be marked unhealthy and we will failover to the next available pool. Default: 1. _Required_: No _Type_: Double _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Monitor The ID of the Monitor to use for health checking origins within this pool. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### NotificationEmail he email address to send health status notifications to. This can be an individual mailbox or a mailing list. Multiple emails can be supplied as a comma delimited list. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### OriginSteering Set an origin steering policy to control origin selection within a pool. _Required_: No _Type_: OriginSteering _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) ## Return Values ### Fn::GetAtt The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values. For more information about using the `Fn::GetAtt` intrinsic function, see [Fn::GetAtt](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getatt.html). #### Id The pool id #### CreatedOn When the record was last modified #### ModifiedOn When the record was last modified