C# Class Amazon.CloudTrail.Model.UpdateTrailRequest

Container for the parameters to the UpdateTrail operation. Updates the settings that specify delivery of log files. Changes to a trail do not require stopping the CloudTrail service. Use this action to designate an existing bucket for log delivery. If the existing bucket has previously been a target for CloudTrail log files, an IAM policy exists for the bucket. UpdateTrail must be called from the region in which the trail was created; otherwise, an InvalidHomeRegionException is thrown.
Inheritance: AmazonCloudTrailRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetCloudWatchLogsLogGroupArn ( ) : bool
IsSetCloudWatchLogsRoleArn ( ) : bool
IsSetEnableLogFileValidation ( ) : bool
IsSetIncludeGlobalServiceEvents ( ) : bool
IsSetIsMultiRegionTrail ( ) : bool
IsSetKmsKeyId ( ) : bool
IsSetName ( ) : bool
IsSetS3BucketName ( ) : bool
IsSetS3KeyPrefix ( ) : bool
IsSetSnsTopicName ( ) : bool