/AWS1/CL_FNT=>GETCACHEPOLICYCONFIG()
¶
About GetCachePolicyConfig¶
Gets a cache policy configuration.
To get a cache policy configuration, you must provide the policy's identifier. If the
cache policy is attached to a distribution's cache behavior, you can get the policy's
identifier using ListDistributions
or GetDistribution
. If the
cache policy is not attached to a cache behavior, you can get the identifier using
ListCachePolicies
.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_ID
TYPE /AWS1/FNTSTRING
/AWS1/FNTSTRING
¶
The unique identifier for the cache policy. If the cache policy is attached to a distribution's cache behavior, you can get the policy's identifier using
ListDistributions
orGetDistribution
. If the cache policy is not attached to a cache behavior, you can get the identifier usingListCachePolicies
.