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 SourceArn
The ARN of the Cloudwatch log group
Declaration
public readonly string Arn
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
KmsKeyId
The ARN of the KMS Key to use when encrypting log data.
Declaration
public readonly string KmsKeyId
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
RetentionInDays
The number of days log events retained in the specified log group.
Declaration
public readonly int RetentionInDays
Field Value
| Type | Description |
|---|---|
| System.Int32 |
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> |