C# 클래스 Amazon.CloudFront.Model.LoggingConfig

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

파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
LoggingConfig ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

LoggingConfig ( string bucket, string prefix ) : System

Instantiates LoggingConfig with the parameterized properties

비공개 메소드들

메소드 설명
IsSetBucket ( ) : bool
IsSetEnabled ( ) : bool
IsSetIncludeCookies ( ) : bool
IsSetPrefix ( ) : bool

메소드 상세

LoggingConfig() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public LoggingConfig ( ) : System
리턴 System

LoggingConfig() 공개 메소드

Instantiates LoggingConfig with the parameterized properties
public LoggingConfig ( string bucket, string prefix ) : System
bucket string The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.
prefix string An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.
리턴 System