standard_​tls_​migration

Version: v2025-01-13Includes use: No

Behavior name: Standard TLS Migration

Migrates traffic to Standard TLS. Apply this behavior within the default rule or any hostname match. In some cases you may need to apply this along with the standard_tlsmigration_override behavior.

Default behavior

These samples reflect the behavior's default settings. You can use these as is in your configurations or make adjustments based on the behavior's available options.

data "akamai_property_rules_builder" "standard_tls_migration" {
  rules_v2025_02_18 {
    name     = "Standard TLS Migration"
    comments = "Migrates traffic to Standard TLS."
    behavior {
      standard_tls_migration {
        enabled = false
      }
    }
  }
}
"behaviors": [
  {
    "name": "standardTLSMigration",
    "options": {
      "enabled": false
    }
  }
]

Options

Option Description
enabled
Allows migration to Standard TLS.
migration_from
What kind of traffic you're migrating from. Value is one of:
  • SHARED_CERT. A shared certificate.
  • NON_SECURE. Non-secure traffic.
  • ENHANCED_SECURE. Enhanced Secure TLS.
allow_https_upgrade
Allows temporary upgrade of HTTP traffic to HTTPS.
allow_https_downgrade
Allow temporary downgrade of HTTPS traffic to HTTP.
migration_start_time
An epoch timestamp that specifies when to start migrating the cache.
migration_duration
Specifies the number of days to migrate the cache.
cache_sharing_start_time
An epoch timestamp that specifies when to start cache sharing.
cache_sharing_duration
Specifies the number cache sharing days.
is_certificate_sni_only
Sets whether your new certificate is SNI-only.
is_tiered_distribution_used
Allows you to align traffic to various tiered_distribution areas.
td_location
Specifies the tiered_distribution location. Value is one of:
  • GLOBAL
  • APAC
  • EUROPE
  • US_EAST
  • US_CENTRAL
  • US_WEST
  • AUSTRALIA
  • GLOBAL_LEGACY