Class LogServiceState
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.DirectoryService
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LogServiceState : ResourceArgs
Constructors
View SourceLogServiceState()
Declaration
public LogServiceState()
Properties
View SourceDirectoryId
The id of directory.
Declaration
public Input<string> DirectoryId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LogGroupName
Name of the cloudwatch log group to which the logs should be published. The log group should be already created and the directory service principal should be provided with required permission to create stream and publish logs. Changing this value would delete the current subscription and create a new one. A directory can only have one log subscription at a time.
Declaration
public Input<string> LogGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |