/AWS1/CL_FNTGEORESTRICTIONCU00¶
The customizations that you specified for the distribution tenant for geographic restrictions.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_restrictiontype TYPE /AWS1/FNTGEORESTRICTIONTYPE /AWS1/FNTGEORESTRICTIONTYPE¶
The method that you want to use to restrict distribution of your content by country:
none: No geographic restriction is enabled, meaning access to content is not restricted by client geo location.
blacklist: TheLocationelements specify the countries in which you don't want CloudFront to distribute your content.
whitelist: TheLocationelements specify the countries in which you want CloudFront to distribute your content.
Optional arguments:¶
it_locations TYPE /AWS1/CL_FNTLOCATIONLIST_W=>TT_LOCATIONLIST TT_LOCATIONLIST¶
The locations for geographic restrictions.
Queryable Attributes¶
RestrictionType¶
The method that you want to use to restrict distribution of your content by country:
none: No geographic restriction is enabled, meaning access to content is not restricted by client geo location.
blacklist: TheLocationelements specify the countries in which you don't want CloudFront to distribute your content.
whitelist: TheLocationelements specify the countries in which you want CloudFront to distribute your content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESTRICTIONTYPE() |
Getter for RESTRICTIONTYPE, with configurable default |
ASK_RESTRICTIONTYPE() |
Getter for RESTRICTIONTYPE w/ exceptions if field has no val |
HAS_RESTRICTIONTYPE() |
Determine if RESTRICTIONTYPE has a value |
Locations¶
The locations for geographic restrictions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCATIONS() |
Getter for LOCATIONS, with configurable default |
ASK_LOCATIONS() |
Getter for LOCATIONS w/ exceptions if field has no value |
HAS_LOCATIONS() |
Determine if LOCATIONS has a value |