Struct rusoto_cloudtrail::UpdateTrailResponse [] [src]

pub struct UpdateTrailResponse {
    pub cloud_watch_logs_log_group_arn: Option<String>,
    pub cloud_watch_logs_role_arn: Option<String>,
    pub include_global_service_events: Option<bool>,
    pub is_multi_region_trail: Option<bool>,
    pub kms_key_id: Option<String>,
    pub log_file_validation_enabled: Option<bool>,
    pub name: Option<String>,
    pub s3_bucket_name: Option<String>,
    pub s3_key_prefix: Option<String>,
    pub sns_topic_arn: Option<String>,
    pub trail_arn: Option<String>,
}

Returns the objects or data listed below if successful. Otherwise, returns an error.

Fields

Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.

Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

Specifies whether the trail is publishing events from global services such as IAM to the log files.

Specifies whether the trail exists in one region or in all regions.

Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

Specifies whether log file integrity validation is enabled.

Specifies the name of the trail.

Specifies the name of the Amazon S3 bucket designated for publishing log files.

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.

Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic

Specifies the ARN of the trail that was updated. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

Trait Implementations

impl Default for UpdateTrailResponse
[src]

[src]

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

impl Debug for UpdateTrailResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdateTrailResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more