Show / Hide Table of Contents

Class GetLogGroupResult

Inheritance
System.Object
GetLogGroupResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.CloudWatch
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetLogGroupResult

Fields

View Source

Arn

The ARN of the Cloudwatch log group

Declaration
public readonly string Arn
Field Value
Type Description
System.String
View Source

CreationTime

The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

Declaration
public readonly int CreationTime
Field Value
Type Description
System.Int32
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

KmsKeyId

The ARN of the KMS Key to use when encrypting log data.

Declaration
public readonly string KmsKeyId
Field Value
Type Description
System.String
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

RetentionInDays

The number of days log events retained in the specified log group.

Declaration
public readonly int RetentionInDays
Field Value
Type Description
System.Int32
View Source

Tags

A map of tags to assign to the resource.

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.