Show / Hide Table of Contents

Interface CfnInfrastructureConfiguration.IS3LogsProperty

Amazon S3 logging configuration.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-infrastructureconfiguration-s3logs.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 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.

string? S3BucketName { get; }
Property Value

string

Remarks

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

S3KeyPrefix

The Amazon S3 path to the bucket where the logs are stored.

string? S3KeyPrefix { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX