Show / Hide Table of Contents

Class LogServiceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
LogServiceArgs
Inherited Members
ResourceArgs.Empty
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 LogServiceArgs : ResourceArgs

Constructors

View Source

LogServiceArgs()

Declaration
public LogServiceArgs()

Properties

View Source

DirectoryId

The id of directory.

Declaration
public Input<string> DirectoryId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.