A complex type that controls whether access logs are written for the distribution.

예제 #1
0
 /// <summary>
 /// Sets the Logging property
 /// </summary>
 /// <param name="logging">The value to set for the Logging property </param>
 /// <returns>this instance</returns>
 public DistributionConfig WithLogging(LoggingConfig logging)
 {
     this.logging = logging;
     return(this);
 }
 /// <summary>
 /// Sets the Logging property
 /// </summary>
 /// <param name="logging">The value to set for the Logging property </param>
 /// <returns>this instance</returns>
 public DistributionConfig WithLogging(LoggingConfig logging)
 {
     this.logging = logging;
     return this;
 }