Skip to content

Commit 2e34400

Browse files
Additional service feature changes
1 parent 370a100 commit 2e34400

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docgenerator/AWSSDKDocSamples/MediaPackageV2/MediaPackageV2.GeneratedSamples.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)