Interface CfnInfrastructureConfiguration.IS3LogsProperty
Amazon S3 logging configuration.
Namespace: Amazon.CDK.AWS.ImageBuilder
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IS3LogsProperty
Syntax (vb)
Public Interface 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
Properties
S3BucketName | The S3 bucket in which to store the logs. |
S3KeyPrefix | The Amazon S3 path to the bucket where the logs are stored. |
Properties
S3BucketName
The S3 bucket in which to store the logs.
virtual string S3BucketName { get; }
Property Value
System.String
Remarks
S3KeyPrefix
The Amazon S3 path to the bucket where the logs are stored.
virtual string S3KeyPrefix { get; }
Property Value
System.String