@@ -192,6 +192,7 @@ public void MediaPackageV2CreateOriginEndpoint()
192192 EncryptionMethod = new EncryptionMethod { TsEncryptionMethod = "AES_128" } ,
193193 KeyRotationIntervalSeconds = 300 ,
194194 SpekeKeyProvider = new SpekeKeyProvider {
195+ CertificateArn = "arn:aws:acm:us-west-2:123456789012:certificate/0c6a65f1-7bd3-48ac-be17-f38675def22e" ,
195196 DrmSystems = new List < string > {
196197 "CLEAR_KEY_AES_128"
197198 } ,
@@ -398,6 +399,7 @@ public void MediaPackageV2CreateOriginEndpoint()
398399 EncryptionMethod = new EncryptionMethod { CmafEncryptionMethod = "CBCS" } ,
399400 KeyRotationIntervalSeconds = 300 ,
400401 SpekeKeyProvider = new SpekeKeyProvider {
402+ CertificateArn = "arn:aws:acm:us-west-2:123456789012:certificate/0c6a65f1-7bd3-48ac-be17-f38675def22e" ,
401403 DrmSystems = new List < string > {
402404 "PLAYREADY" ,
403405 "WIDEVINE"
@@ -1127,6 +1129,7 @@ public void MediaPackageV2UpdateOriginEndpoint()
11271129 EncryptionMethod = new EncryptionMethod { TsEncryptionMethod = "AES_128" } ,
11281130 KeyRotationIntervalSeconds = 300 ,
11291131 SpekeKeyProvider = new SpekeKeyProvider {
1132+ CertificateArn = "arn:aws:acm:us-west-2:123456789012:certificate/0c6a65f1-7bd3-48ac-be17-f38675def22e" ,
11301133 DrmSystems = new List < string > {
11311134 "CLEAR_KEY_AES_128"
11321135 } ,
0 commit comments