Class LogServiceState


  • public final class LogServiceState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • directoryId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> directoryId()
        Returns:
        ID of directory.
      • logGroupName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> logGroupName()
        Returns:
        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.