Struct rusoto_ssm::LoggingInfo[][src]

pub struct LoggingInfo {
    pub s3_bucket_name: String,
    pub s3_key_prefix: Option<String>,
    pub s3_region: String,
}

Information about an Amazon S3 bucket to write instance-level logs to.

LoggingInfo has been deprecated. To specify an S3 bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported Maintenance Window task types, see MaintenanceWindowTaskInvocationParameters.

Fields

The name of an Amazon S3 bucket where execution logs are stored .

(Optional) The Amazon S3 bucket subfolder.

The region where the Amazon S3 bucket is located.

Trait Implementations

impl Default for LoggingInfo
[src]

Returns the "default value" for a type. Read more

impl Debug for LoggingInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for LoggingInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for LoggingInfo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for LoggingInfo

impl Sync for LoggingInfo