A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for the default cache behavior or for any of the other cache behaviors for this distribution. These are accounts that you want to allow to create signed URLs for private content.

Ejemplo n.º 1
0
 public Distribution WithActiveTrustedSigners(ActiveTrustedSigners activeTrustedSigners)
 {
     this.activeTrustedSigners = activeTrustedSigners;
     return this;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Sets the ActiveTrustedSigners property
 /// </summary>
 /// <param name="activeTrustedSigners">The value to set for the ActiveTrustedSigners property </param>
 /// <returns>this instance</returns>
 public StreamingDistribution WithActiveTrustedSigners(ActiveTrustedSigners activeTrustedSigners)
 {
     this.activeTrustedSigners = activeTrustedSigners;
     return(this);
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Sets the ActiveTrustedSigners property
 /// </summary>
 /// <param name="activeTrustedSigners">The value to set for the ActiveTrustedSigners property </param>
 /// <returns>this instance</returns>
 public Distribution WithActiveTrustedSigners(ActiveTrustedSigners activeTrustedSigners)
 {
     this.activeTrustedSigners = activeTrustedSigners;
     return this;
 }