Versions in this module Expand all Collapse all v2 v2.0.0 Feb 5, 2025 Changes in this version + var ErrCloudletTypeNotSupported = errors.New("cloudlet type not supported") + var ErrFetchingPolicy = errors.New("unable to fetch policy with given name") + var ErrFetchingVersion = errors.New("unable to fetch latest policy version") + var ErrPolicyNotFound = errors.New("policy does not exist") + func CmdCreatePolicy(c *cli.Context) error + type LoadBalancerVersion struct + OriginDescription string + type TFPolicyActivationData struct + IsV3 bool + PolicyID int64 + Properties []string + Version int64 + type TFPolicyActivationsData struct + IsV3 bool + Production *TFPolicyActivationData + Staging *TFPolicyActivationData + type TFPolicyData struct + CloudletCode string + Description string + GroupID int64 + IsV3 bool + LoadBalancerActivations []cloudlets.LoadBalancerActivation + LoadBalancers []LoadBalancerVersion + MatchRuleFormat cloudlets.MatchRuleFormat + MatchRules any + Name string + OriginDescription string + PolicyActivations TFPolicyActivationsData + Section string Other modules containing this package github.com/akamai/cli-terraform