Class CfnInfrastructureConfiguration.S3LogsProperty
Amazon S3 logging configuration.
Inheritance
System.Object
CfnInfrastructureConfiguration.S3LogsProperty
Namespace: Amazon.CDK.AWS.ImageBuilder
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class S3LogsProperty : Object, CfnInfrastructureConfiguration.IS3LogsProperty
Syntax (vb)
Public Class S3LogsProperty
Inherits Object
Implements CfnInfrastructureConfiguration.IS3LogsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ImageBuilder;
var s3LogsProperty = new S3LogsProperty {
S3BucketName = "s3BucketName",
S3KeyPrefix = "s3KeyPrefix"
};
Synopsis
Constructors
S3LogsProperty() |
Properties
S3BucketName | The S3 bucket in which to store the logs. |
S3KeyPrefix | The Amazon S3 path to the bucket where the logs are stored. |
Constructors
S3LogsProperty()
public S3LogsProperty()
Properties
S3BucketName
The S3 bucket in which to store the logs.
public string S3BucketName { get; set; }
Property Value
System.String
Remarks
S3KeyPrefix
The Amazon S3 path to the bucket where the logs are stored.
public string S3KeyPrefix { get; set; }
Property Value
System.String