Show / Hide Table of Contents

Interface CfnInfrastructureConfiguration.ILoggingProperty

Logging configuration defines where Image Builder uploads your logs.

Namespace: Amazon.CDK.AWS.ImageBuilder
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnInfrastructureConfiguration.ILoggingProperty
Syntax (vb)
Public Interface CfnInfrastructureConfiguration.ILoggingProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-infrastructureconfiguration-logging.html

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 loggingProperty = new LoggingProperty {
                 S3Logs = new S3LogsProperty {
                     S3BucketName = "s3BucketName",
                     S3KeyPrefix = "s3KeyPrefix"
                 }
             };

Synopsis

Properties

S3Logs

The Amazon S3 logging configuration.

Properties

S3Logs

The Amazon S3 logging configuration.

object? S3Logs { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-infrastructureconfiguration-logging.html#cfn-imagebuilder-infrastructureconfiguration-logging-s3logs

Back to top Generated by DocFX